Skip to content

rnovosad/test_q

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CREW APPLICATION

Simple application which represents dashboard with candidates.

Running locally

yarn install

yarn start

App will be available on http://localhost:3000

Running in docker

docker build -t crew-app .

docker run -it --rm -p 5000:5000 --name crew-container crew-app

App will be available on http://localhost:5000

Cypress

Open Cypress

yarn cy:open

Run tests in headless mode

yarn cy:run

Cypress & Docker

Build container

docker build -f Dockerfile.cy -t cy_test .

Run Cypress in container against server in docker

yarn cy:docker

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published