-
Notifications
You must be signed in to change notification settings - Fork 78
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
moving to github actions from travis #492
Conversation
Hmm. Grunt should be installed already: https://docs.github.com/en/free-pro-team@latest/actions/guides/building-and-testing-nodejs#installing-dependencies |
Hmm. this grunt location issue is causing trouble...
|
Hmm. Just noting that this all runs fine in GitPod:
|
I believe this is working now, but tests are failing! |
for example getting a lot of
|
I removed redundant extra |
Also... # use the new "ci" command for fastest installs on CI
|
# just for full picture after installing Cypress | ||
# print information about detected browsers, etc | ||
# see https://on.cypress.io/command-line#cypress-info | ||
build: npx cypress info |
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 didn't work... I think we need to better configure cypress to get past the undefined takeScreenshot error from the previous commit...
Seeing this now:
we should try switching Cypress to Headless Chrome instead. The errors are all like this now;
|
Solved in #503 |
moving to github actions! Also note Cypress setup here: #402