Prerequisite: Node (version 19 or higher)

Follow these steps

1

Create an Organization on Inspecter platform

3

Set the environment variable in your terminal

export INSPECTER_SECRET_KEY=sk_insp_...
4

Initialize the project

npx inspecter@latest init

Follow wizard instructions in the terminal to create a folder for tests.

Done! You’re ready to create tests

You should see a new folder inspecter-tests in your working directory.