Installation
Downloading and running Doc Detective is straightforward. Follow these steps to install Doc Detective and run your first test:
-
Install prerequisites:
- Node.js v18 or later
-
In a terminal, install Doc Detective globally:
npm i -g doc-detective
Note: If you're working in a local copy of the
doc-detective
repository, you need to runnpm i
to install local dependencies. -
Run a test:
npx doc-detective runTests --input https://doc-detective.com/sample.spec.json
Congratulations! You've run your first test with Doc Detective.