Skip to content

mdb/testing-with-xvfb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

testing-with-xvfb

A presentation on Headless Testing Against Real Web Browsers.

The slides can be viewed online at mdb.github.io/testing-with-xvfb.

Compiling/running locally

Compile:

npm run build

Serve compiled app at localhost:8080:

npm start

Execute tests (run npm run build & npm start first!):

npm run update-webdriver
npm test

TravisCI

The .travis.yml and travis-ci.org/mdb/testing-with-xvfb offer a basic demo of some testing techniques covered in this presentation.

Commits to master that pass CI are auto-deployed to mdb.github.io/testing-with-xvfb.

About

Headless testing against real web browsers with Xvfb!

Resources

Stars

Watchers

Forks

Packages

No packages published