-
Notifications
You must be signed in to change notification settings - Fork 1
Setup e2e tests #6
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
base: feat/fse-experiment
Are you sure you want to change the base?
Conversation
|
🎉 Zip build complete |
4fdccbc to
38dc1c2
Compare
37c4c06 to
b89ef5c
Compare
5b4a302 to
b9d8aa8
Compare
Secret key helps to install composer dependecies.
8eadd6d to
0a93c72
Compare
|
This looks great! 2 things so far Second, where would testing library tests fit into this if we decide we want to use them for component level testing? Do you think those would go in the packages since the goal is get them seperated out? |
remove wp-env package.json because it is replaced with slic
I updated the pull request with working branch.
You are correct. We decide to use Testing Library for component-level testing, those tests would be best placed within the packages. This approach aligns with our goal of keeping tests separated. In the plugin, we will focus on integration testing, while in the packages, we will test the output (HTML). |
7772443 to
d1f15c8
Compare
d1f15c8 to
5f7d1b2
Compare
The incorrect plugin name is causing the tests to fail. We can temporarily update the plugin name and revert it once development is complete. There is no need for concern, as the tests will fail again if the plugin is renamed.
Description
This pull request implement Playwright setup for E2E testing.
Noticeable changes
tests/phptests/e2eTest
To run tests follow steps mentioned in
tests\e2e\README.md