-
Notifications
You must be signed in to change notification settings - Fork 33
Add initial E2E setup and tests #162
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
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #162 +/- ##
==========================================
Coverage 46.89% 46.89%
Complexity 208 208
==========================================
Files 19 19
Lines 1271 1271
==========================================
Hits 596 596
Misses 675 675
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
… tests. Add a mock request for the models endpoint for OpenAI
…where an Experiment is enabled individually but Experiments are globally disabled that the global setting takes precedence
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
What?
Closes #80
Adds in the initial scaffolding to run E2E tests via Playwright and adds our initial tests
Why?
We currently have no E2E tests and it would be ideal to get those in place so any Experiments we add in the future can have proper test coverage.
How?
Testing Instructions
Ensure the E2E tests run and pass on this PR