Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fortytw2/gdgberlin

E2E Testing w/ Go and chromedp
https://github.com/fortytw2/gdgberlin

e2e go testing

Last synced: 2 months ago
JSON representation

E2E Testing w/ Go and chromedp

Awesome Lists containing this project

README

        

E2E Testing w/ Go and chromedp
====

May 8 2019

This repo has a contrived demo app for using chromedp and dockertest to drive both integration and end-to-end tests from go test.

Clone this repo into $GOPATH/src/github.com/fortytw2/gdgberlin (or run go get)

### run tests

`go test -v -failfast -run='TestDemoApp/fish/basic-no-chromedp'`

`go test -v -failfast -run='TestDemoApp/root'`

LICENSE
=====

MIT, see LICENSE for details