https://github.com/wp-graphql/wp-graphql-e2e-tests-example
An example plugin showing how to add End to End tests to a WordPress plugin
https://github.com/wp-graphql/wp-graphql-e2e-tests-example
Last synced: 1 day ago
JSON representation
An example plugin showing how to add End to End tests to a WordPress plugin
- Host: GitHub
- URL: https://github.com/wp-graphql/wp-graphql-e2e-tests-example
- Owner: wp-graphql
- Created: 2022-02-16T16:29:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-17T21:44:15.000Z (over 3 years ago)
- Last Synced: 2025-06-10T06:02:08.565Z (13 days ago)
- Language: JavaScript
- Size: 329 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# End to End Tests Example
This is an example of how to set up a WordPress plugin with End to End tests using `@wordpress/scripts` and `@wordpress/env`.
This plugin is not intended to be installed or activated, it's intended to be referenced for educational purposes.
You can read more about this at [https://www.wpgraphql.com/blog](https://www.wpgraphql.com/blog).