An open API service indexing awesome lists of open source software.

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

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).