Skip to content
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 cypress test files for plugin consumption #9

Merged
merged 2 commits into from
Aug 4, 2023

Conversation

circlecube
Copy link
Member

Add cypress test file and fixtures for plugin consumption.

This doesn't set the module up to run tests independently but will at least get the code and the tests testing the code into the same repo.

This is in conjunction with the plugin PR to search module directories for cypress test files. See that PR here: bluehost/bluehost-wordpress-plugin#576

@circlecube circlecube self-assigned this Aug 1, 2023
@circlecube
Copy link
Member Author

Since the actual js component still lives in the plugin (due to the UI updates requiring it), let's leave these tests in the plugin too until we can extract the updates and UI from the plugin back into this module. It doesn't make sense to move these tests into the module until the production component is in place here too.

@circlecube circlecube merged commit d640323 into main Aug 4, 2023
@circlecube circlecube deleted the add/cypress-test-files branch August 4, 2023 17:19
@circlecube
Copy link
Member Author

I changed my mind. When we move the component into the module, we'll want the tests in place there already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants