Getting Started
Upgrading Existing Tests
Learn how to upgrade TestDriver for the latest features and improvements.
How to upgrade TestDriver
To upgrade TestDriver, follow these steps:
- Check for Updates: Regularly check the TestDriver NPM Package
- Update Command: Use the following command to update TestDriver to the latest version:
If you want to use the beta version, use:
TestDriver v5 uses the
.yaml
file extension for all test files. This is a breaking change from v4 which uses the .yml
extension!In your existing GitHub Actions setup, you may need to update the version
field in the workflows/testdriver.yaml
file(s) to match the version of TestDriver you want to use. Leaving it blank will run latest
by default. Here is an example of what to replace:
Would become:
Now existing tests will run on v5.3.0