Skip navigation

Update Regressify

Instructions to update Regressify library to the latest version for new features and bug fixes so you can apply into your project.

Using the UI

If you have the Regressify extension installed in Visual Studio Code, you can update the library by:

  1. Right-clicking any test suite file.
  2. Selecting Regressify - Update Library.

Note: This updates the library used for running tests, not the Visual Studio Code extension itself. The extension is updated automatically by Visual Studio Code.

Using command line

To keep Regressify up to date, periodically run:

npm i -g regressify@latest

Then within your test project, execute the following command to apply the latest updates:

regressify init