Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/octopusdeploy/webdrivertraining
| Public | Blog series
https://github.com/octopusdeploy/webdrivertraining
cucumber non-production public selenium webdriver
Last synced: 2 months ago
JSON representation
| Public | Blog series
- Host: GitHub
- URL: https://github.com/octopusdeploy/webdrivertraining
- Owner: OctopusDeploy
- Created: 2018-10-06T02:53:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-26T21:31:52.000Z (about 2 years ago)
- Last Synced: 2024-04-10T23:58:55.275Z (10 months ago)
- Topics: cucumber, non-production, public, selenium, webdriver
- Language: Java
- Homepage: https://octopus.com/blog/selenium/0-toc/webdriver-toc
- Size: 934 KB
- Stars: 0
- Watchers: 10
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project contains the source code that accompanies the blog series at https://octopus.com/blog/selenium/0-toc/webdriver-toc.
The Docker image include Chromium, and can be run like this:
```
docker run \
-v $(pwd)/test.feature:/tmp/test.feature \
-v /tmp/screenshot:/tmp/screenshot \
mcasperson/webdriver: \
/tmp/test.feature
```