We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We can implement unit tests for our classes and integration tests (#35) for the rest.
But is there a way to easily do end-to-end browser tests?
Jest
@wordpress/env
@wordpress/scripts
The text was updated successfully, but these errors were encountered:
This is how WooCommerce does their end-to-end tests: https://github.com/woocommerce/woocommerce/blob/trunk/.github/workflows/hpos-build-and-e2e-tests-daily.yml
Sorry, something went wrong.
No branches or pull requests
We can implement unit tests for our classes and integration tests (#35) for the rest.
But is there a way to easily do end-to-end browser tests?
Jest
,@wordpress/env
,@wordpress/scripts
and Github Actions: https://www.wpgraphql.com/2022/02/17/adding-end-2-end-tests-to-wordpress-plugins-using-wp-env-and-wp-scriptsWPSeleniumSeems this is not widely usedThe text was updated successfully, but these errors were encountered: