We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#122 introduced an initial Integration/End-to-End test setup, but the only way to run tests right now is on localhost by hand.
We'd like to instead run the tests on each PR as a merge check in GitHub Actions. Similar to the work over in cal-itp/eligibility-server#16.
Basic outline is:
on
CYPRESS_baseUrl
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
#122 introduced an initial Integration/End-to-End test setup, but the only way to run tests right now is on localhost by hand.
We'd like to instead run the tests on each PR as a merge check in GitHub Actions. Similar to the work over in cal-itp/eligibility-server#16.
Basic outline is:
on
PR to any branchCYPRESS_baseUrl
and other needed environmentThe text was updated successfully, but these errors were encountered: