-
Notifications
You must be signed in to change notification settings - Fork 15
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
tool/117: add Cypress tests #116
Conversation
.github/workflows/cypress.yml
Outdated
- name: Set permissions | ||
run: ./tests/bin/initialize.sh |
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.
As we have postenv:start
script, I believe this is already running after env:start.
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.
@Sidsector9 Thanks for the great work here. just added minor comments to check.
composer.json
Outdated
"scripts": { | ||
"test:acceptance": "wpacceptance run" | ||
} |
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.
We may remove this as well.
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.
Thanks for the great work here @Sidsector9.
@Sidsector9 looks like a merge conflict, if you can help resolve then we can get this merged in, thanks! |
@jeffpaul the tests have started failing for WP trunk for some reason. I'll address it first. |
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.
Description
Closes #117
Checklist:
Changelog Entry
Credits
Props @Sidsector9 @iamdharmesh