-
-
Notifications
You must be signed in to change notification settings - Fork 775
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
Cypress Testing on CI #9478
Merged
Merged
Cypress Testing on CI #9478
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ksolo
requested review from
chibie,
frankchen07,
gdixon,
octavioamu,
PixelantDesign,
thelostone-mc and
zlsgh
as code owners
September 13, 2021 19:10
chibie
reviewed
Sep 16, 2021
chibie
approved these changes
Sep 16, 2021
zlsgh
approved these changes
Sep 16, 2021
The commit history seems to have other commit not related this PR ! Would we need additional documentation to explain how to use/run this locally / is it not required? |
@thelostone-mc I can rebase this and remove the other commit. I'll add documentation for running tests locally as well. |
* updating dependencies to use custom fork of cypress-metamask * add script and options for running cypress tests * add wait-on package for scripting cypress runs * travis docs indicate that bionic will start xvfb by adding it as a service * add migration step * another attempt at including cypress tests * redirect webserver logs to /dev/null * bad idea to move stdout to dev/null * add NETWORK_NAME to travis env file * update runserver command to go to background * updating existing cypress tests to run on ci * update docker-compose file: use default accounts for ganache * add set -x to get more visibility into cypress command args * update call to cypress run to see if travis will recognize flags * try running cypress directly from node_modules * remove set -x now that arguments are making their way to cypress
* updating dependencies to use custom fork of cypress-metamask * add script and options for running cypress tests * redirect webserver logs to /dev/null * update docker-compose file: use default accounts for ganache * test running connect site with metamask on ci * attempt at passing in env from config * add ganache-cli to dev dependencies * updated script call * moving where NETWORK_NAME is defined * build please * moving network_name again * remove network_name * add superuser creation to script * take two at creating a superuser * third times a charm - create superuser * try loading user data from fixtures * scroll metamask button into view * add cypress settings to gain access to screenshots/videos * no longer need the scrolling command
jeremyschuurmans
pushed a commit
that referenced
this pull request
Sep 22, 2021
* Travis running cypress (#9411) * updating dependencies to use custom fork of cypress-metamask * add script and options for running cypress tests * add wait-on package for scripting cypress runs * travis docs indicate that bionic will start xvfb by adding it as a service * add migration step * another attempt at including cypress tests * redirect webserver logs to /dev/null * bad idea to move stdout to dev/null * add NETWORK_NAME to travis env file * update runserver command to go to background * updating existing cypress tests to run on ci * update docker-compose file: use default accounts for ganache * add set -x to get more visibility into cypress command args * update call to cypress run to see if travis will recognize flags * try running cypress directly from node_modules * remove set -x now that arguments are making their way to cypress * Cypress testing/add connection metamask wallet test (#9429) * updating dependencies to use custom fork of cypress-metamask * add script and options for running cypress tests * redirect webserver logs to /dev/null * update docker-compose file: use default accounts for ganache * test running connect site with metamask on ci * attempt at passing in env from config * add ganache-cli to dev dependencies * updated script call * moving where NETWORK_NAME is defined * build please * moving network_name again * remove network_name * add superuser creation to script * take two at creating a superuser * third times a charm - create superuser * try loading user data from fixtures * scroll metamask button into view * add cypress settings to gain access to screenshots/videos * no longer need the scrolling command * add updated cypress-run to red-squirrel * create make target and documentation for running cypress tests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Adding Cypress tests with CI configurations to run tests on Travis.
Includes: