-
Notifications
You must be signed in to change notification settings - Fork 135
Dockerize and add e2e testing #562
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
Conversation
6d53ffd to
3df4563
Compare
|
The E2E test will continue to fail until #560 is merged in, the E2E tests delete all posts before running the tests, but the delete action is throwing a WSOD because of the notice from #560 (see screenshot) which prevents the E2E tests from completing (causing the failure) |
3df4563 to
322e4c6
Compare
1a02038 to
f7c56e4
Compare
|
Includes a quick update to some tests that were causing test failures in PHPUnit |
f7c56e4 to
6fc60de
Compare
mjangda
left a comment
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 is awesome! Spotted one small thing.
…-Flow into update/dockerize-testing

Dockerizes testing on Travis (and locally) based on Gutenberg.
Adds an E2E test to confirm E2E testing works and the plugin is loaded.