Skip to content
This repository has been archived by the owner on Aug 17, 2021. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 481 Bytes

PITCHME.md

File metadata and controls

20 lines (15 loc) · 481 Bytes

@title[Introduction]

Puppeteer + Mocha

Starter kit for automated browser testing with Puppeteer.*


@title[Quick start (Docker)]

docker run --rm -e APP_URL=https://mysite:8080\
 -v ./spec:/app/tests\
 -v ./screenshots:/app/screenshots\
awesomeinc/puppeteer-mocha:latest

@[1](The site url to test) @[2](Your mocha* tests) @[3](Screenshots of failed tests) @[4](Cool docker image with puppet, mocha & chai preinstalled)