Skip to content

BitterWorks/qa-flow-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebdriverIO containerized e2e testing template

Start new project

  1. Clone this repo
  2. Run npm i
  3. Start containers
docker-compose up -d

Configuration

Allure Reports

To see the allure reports for your project, go to http://localhost:5050/allure-docker-service/projects/default/reports/latest/index.html.

.env file

Sample .env file:

# Comma separated browsers. i.e: firefox,MicrosoftEdge
BROWSERS=chrome
# Selenium Hub port
HUB_PORT=4444
# Name of the host
HOSTNAME=localhost
# Base url to make tests against
BASE_URL=http://localhost

Run tests

npm run wdio

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors