-
-
Notifications
You must be signed in to change notification settings - Fork 774
Cypress Runner #9875
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Cypress Runner #9875
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This works for me. Although some of the tests are failing. I assume fixing them is a separate issue.
@nutrina which tests are failing for you? |
@ksolo right now it is not running any more. It can't connect to Chrome .... Do I need to reset something? |
df30e25
to
40e4fc7
Compare
--browser chrome \ | ||
--headed \ | ||
--record \ | ||
--key 23c824d9-b9eb-4aea-88fd-d0bb06a9eb51 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ksolo : I would add --config video=false
for local runs and remove the --record --key ....
I would also increase the default ETH balance, to make sure you can perform more transaction or run tests multiple times, by adding this param to the
|
Other than the observations above this looks good to me. |
@nutrina Should I close this now since you have what you need in the other branch (which I believe is all merged) |
a15aeb3
to
c0d45b0
Compare
Description
Create a runner script for locally executing cypress tests.
Extracted vars to file that can be imported to each of the cypress runner scripts (ci, local), and update MAKEFILE to run them locally.
Issue ##10027