Skip to content

vdedhia/Criipto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

---Initial Set-up---
Install Node.js
`https://nodejs.org/en`

Check Node version
`node --version`

Check npm
`npm --version`

Install Test cafe framework
`npm install -g testcafe`

Read more about Test cafe
`https://testcafe.io/`
`https://testcafe.io/documentation/402635/guides/overview/getting-started`

Run following command to install testcafe dependancies
`npm install testcafe`

Build the package by running the following command in root folder
`yarn`

Run the test by following command
`testcafe chrome .\e2e\tests\login\login.spec.ts  --hostname=localhost`

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published