Skip to Main content

Update Regressify

Use this page when the test project already works and just needs newer tooling. If you are setting up Regressify for the first time, start with Get Started With Regressify Testing instead.

Update from Visual Studio Code

If you have the Regressify extension installed in Visual Studio Code, open the test project and:

  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.

Update from the command line

Use the command line when you want the update steps to stay explicit and repeatable.

  1. Update the global Regressify package:
npm i -g regressify@latest
  1. From the root of your test project, refresh the generated files:
regressify init