Skip to content

xv2/best-practices-for-selenium-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to

Make sure you have NodeJS

Use npm install to install packages.

You need start the application with command npm start. The application will be running at http://localhost:8080 , if you need start on the other port you can change a start command in the package.json file.

For the best start test scenario use command npm run test:best

For typical start test scenario use command npm run test:typical

P.S. You can also run npm run prettier for code formatting

TODO: Add best+jest test scenario

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors