Discover the advantages of our 90-day pilot program.
INTRO
Prerequisites
Create a file in the user's root folder name .yarnrc.yml
and add this configuration with your NPM Auth Token. Replace MY_NPM_AUTH_TOKEN
with your own token:
npmAuthToken: MY_NPM_AUTH_TOKEN
Create a Testomate project with yarn create-testomate-app@latest
:
yarn create-testomate-app@latest my-testomate-project
Then change into that directory and run yarn install
:
cd my-testomate-project
yarn install
After everything is installed, run this command to run sample tests:
yarn testomate test