-
-
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/add grant contribution tests #9518
Merged
thelostone-mc
merged 14 commits into
gitcoinco:master
from
ksolo:cypress-testing/add-grant-contribution-tests
Sep 29, 2021
Merged
Cypress testing/add grant contribution tests #9518
thelostone-mc
merged 14 commits into
gitcoinco:master
from
ksolo:cypress-testing/add-grant-contribution-tests
Sep 29, 2021
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,
PixelantDesign,
thelostone-mc and
zlsgh
as code owners
September 23, 2021 20:40
ksolo
force-pushed
the
cypress-testing/add-grant-contribution-tests
branch
from
September 27, 2021 15:12
b031a54
to
76d4bea
Compare
* 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
update ci to only run grant creation update migration this migration has already been executed on production and will be skipped when migrating deploys. updated to allow new uses and the ci environment to properly load the grant categories, which is required when creating a new grant. remove specifying which spec to run see if grant test can pass in isolation whoops - forgot to add the backslash grant passing in isolation, will all tests pass fix broken test with tag updates try running without touching metamask use npm ci on travis, update before/after hooks in cypress go back to npm install remove node_modules from cache use yarn to install dependencies remove debugger
ksolo
force-pushed
the
cypress-testing/add-grant-contribution-tests
branch
from
September 28, 2021 19:09
76d4bea
to
06cb3f0
Compare
thelostone-mc
approved these changes
Sep 29, 2021
Merging as CI now passes 🙌 |
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
Testing standard checkout with a single grant and with two grants in the cart.
Testing
CI will run the tests and give us the 👍