Skip to content

gtroshin/hospital-logistics-e2e-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hospital logistics end-to-end tests

Node v16.16.0 TestCafe 2.4.0 CircleCI

Showcase end-to-end tests using a TestCafe library and JavaScript.

Requirements

  • Node v16.16.0 - install it from here
  • Yarn 1.22.19+ - install it from here
  • TestCafe 2.4.0 - find documentation here

Development

In the project root folder, to install dependencies run:

yarn

Start a new local web service to run tests on (it will take few minutes to start up):

docker run --rm --privileged --name web-service -p 8080:8080 -it quay.io/evooq/qa-challenge:latest

As an alternative, you can run tests against the stage environment by providing a URL:

export SITE_URL=<site_url>

To run/debug tests locally with Chrome, in the project root folder run:

yarn test-local

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published