create-testomate-app
v0.0.48
Published
<!-- prettier-ignore-start --> <p align="center"> <a aria-label="Schedule a Demo" target="_blank" href="mailto:[email protected]?subject=I want schedule a Testomate demo!"> <img alt="" src="https://img.shields.io/badge/Schedule%20a%20Demo-%237289
Downloads
13
Keywords
Readme
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