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
Implement integration (WP) tests (see https://make.wordpress.org/cli/handbook/misc/plugin-unit-tests/).
Let us take the "easiest" one first. Ideas for tests:
Ideally we are able to run these tests on a set of different WooCommerce / WordPress versions both locally and in Github actions. See this guide (note the commands are outdated though) and this scafolding command: https://developer.wordpress.org/cli/commands/scaffold/plugin-tests/
Start with testing using:
The text was updated successfully, but these errors were encountered:
alshypilov
No branches or pull requests
Implement integration (WP) tests (see https://make.wordpress.org/cli/handbook/misc/plugin-unit-tests/).
Let us take the "easiest" one first. Ideas for tests:
Ideally we are able to run these tests on a set of different WooCommerce / WordPress versions both locally and in Github actions. See this guide (note the commands are outdated though) and this scafolding command: https://developer.wordpress.org/cli/commands/scaffold/plugin-tests/
Start with testing using:
The text was updated successfully, but these errors were encountered: