Skip to content

10101010/docker-qa-automation-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker QA Automation Demo

This repo is intended to demonstrate power of using portable docker-based automation setup.

Execute 'sh run.sh' to run the example. When the scipt is triggered the following will happen:

  • express.js app will start along with mongo db in separate containers (https://github.com/10101010/node-express-mongoose-demo - my fork original repo, just added Dockerfile there and some parametrizations in configs)
  • selenium server with chrome node will start in background in separate containers
  • protractor based tests will run against the app (hosted in ./test folder)
  • after test run is complete, allure html report will be generated using dockerized allure (https://github.com/masterandrey/docker-allure)

Requirements:

  • Docker
  • Docker-compose
  • Make

About

Example of using docker for qa automation purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published