Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```