Skip to content

Commit

Permalink
Update instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Bellangelo committed Jul 9, 2024
1 parent fbf8017 commit dbbcf86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ vendor/bin/phpunit --time-report
# How to partition your tests
Once you have run your tests, you can partition them by running the following command:
```
vendor/bin/testsuitearchitect --partition {number of partitions}
vendor/bin/testsuitearchitect partition number={number of partitions}
```
This will create and store x number of test suites in the `.test-suite-architect/test-suites` directory.\
To import the new test suites in your PHPUnit configuration file, you can use the `xi:include` directive.\
Expand Down

0 comments on commit dbbcf86

Please sign in to comment.