This repo contains simple template for testing project with Multiple reports based on the stack = Mocha + TypeScript + Spec report & Testomat.io plugins.
This is a playground for your first steps in testing, so instead of installing it from NPM it is recommended to clone it from repo instead.
- Clone this repository:
git clone [email protected]:testomatio/examples.git && cd examples/mocha-ts-multi-reporters
in order to run this project, NodeJS (version 18+) must be installed
- Install dependencies via npm:
npm i
This will install mocha & typescript env + Testomat.io reporter
- Run tests localy without sending report to the Testomat.io:
npm tests
(if the tests are completed => you can start setting up the testomat.io reporter)
- Create empty project in Testomat.io
- Obtain API key from Testomat.io
- Run
npx check-tests
to upload tests data into testomat.io. Pass api key asTESTOMATIO
environment variable:
TESTOMATIO={apiKey} npx check-tests@latest mocha "**/*{.,_}{test,spec}.ts" --typescript -d spec
-
Get API key from a project in Testomat.io.
-
Create a specific .env file:
Environment variables
.env
file usingenv.example
as a template
(if you don't want to use the TESTOMATIO API key when running testomatIO, then you can store the token in the .env
file (see env.example example))
- Run tests and generate reports(Testomat.io):
npx mocha
OR
npm test
In our case, we use multiple reporters: spec & testomatio.
!! Pay Attantion on the rpConfgi.js file. Using key-name should be equal path to the testomatio adapter(testomatio/reporter/lib/adapter/mocha.js). Like:
testomatioReporterLibAdapterMochaJsReporterOptions