Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fortytw2/gdgberlin
- Owner: fortytw2
- License: mit
- Created: 2019-05-08T07:26:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-08T07:26:45.000Z (over 5 years ago)
- Last Synced: 2024-08-03T23:29:49.217Z (6 months ago)
- Topics: e2e, go, testing
- Language: Go
- Size: 3.91 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-golang-repositories - gdgberlin
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