Skip to content
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

Minor doc tweaks #18

Merged
merged 5 commits into from
Mar 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,18 @@ QIT currently supports the following types of tests:
- Compatibility Test
- _Performance Test (Coming soon)_

In addition, QIT offers the following features:
### Highlights

- For certain test types, you can select specific versions of PHP, WooCommerce, and WordPress to test against, including Release Candidates of WooCommerce.
- During certain test types, any PHP notices, warnings, or errors that occur will be displayed.
- QIT can be integrated into your development process using the [GitHub Workflows integration](https://woocommerce.github.io/qit-documentation/#/workflows/getting-started).
- You can create and share application passwords with your development team, which allows them to use the QIT CLI without having full access to your WooCommerce.com account.
- For certain types of tests, you can choose to activate other WordPress or WooCommerce extensions alongside your own to check for potential conflicts.
#### For End-to-End, Activation, and API Tests

- Choose the PHP version, from 7.4 to 8.2.
- Choose the WooCommerce and WordPress versions, including beta releases.
- Choose to activate other extensions to check for potential conflicts.

#### For all Tests

- Integrate QIT as part of your own Pull-Requests with our example [GitHub Workflows integration](https://woocommerce.github.io/qit-documentation/#/workflows/getting-started).
- Create and share application passwords with your development team, which allows them to use the QIT CLI without having full access to your WooCommerce.com account.

### Quick Start

Expand Down