-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add E2E Tests #37
base: develop
Are you sure you want to change the base?
Add E2E Tests #37
Conversation
@@ -34,3 +34,9 @@ Thumbs.db | |||
Desktop.ini | |||
/debug.log | |||
/db.php | |||
|
|||
# Tests | |||
tests/cypress/downloads |
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.
Can probably just ignore the entire tests
directory
@@ -0,0 +1,38 @@ | |||
#!/usr/bin/env node |
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.
I've not compared line by line but I know this is slightly different than the most recent version of this we've done. Can see that here: https://github.com/10up/insecure-content-warning/blob/develop/tests/bin/set-wp-config.js
Description of the Change
Add E2E tests to the plugin.
Closes #19
How to test the Change
Run E2E tests by running:
Changelog Entry
Credits
Props @username, @username2, ...
Checklist: