Skip to content

andrei-mask/CypressTestTask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains the samples of tests, which demonstrates a few aspects of using Cypress testing tool.

The tests in this example run against sample-application

run tests localy from <local-path-to-repository\CypressTestTask> directory with Cypress installed

$ npx cypress run --headless

or

$ npx cypress run --headed

run tests using docker container

$ docker run -it -v <local-path-to-repository>\CypressTestTask:/workspace -w /workspace -e CYPRESS_baseUrl=<local IP>:4200 cypress/included:4.0.1

Demo of test running in docker container Link

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published