Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 427 Bytes

File metadata and controls

6 lines (4 loc) · 427 Bytes

This example uses the selenium/standalone-chrome image available from SeleniumHQ/docker-selenium and a 'Hello World' Express server that simply displays 'Hello World' on port 3000 when ran.

To run the tests open two terminal windows and run:

  1. docker-compose up --build
  2. docker exec -it app-express npm run test:e2e