Skip to content

Commit 6258e7c

Browse files
authored
Merge pull request mattmakai#157 from mjhea0/patch-1
add selenium testing resource
2 parents 8a34d05 + 2727a31 commit 6258e7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/pages/04-testing/01-testing.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,5 @@ correctness.
6868
shows how to get a basic [pytest](http://pytest.org/latest/) test
6969
running for a Django project and explains why the author prefers pytest
7070
over standard unittest testing.
71-
71+
72+
* [Distributed Testing with Selenium Grid and Docker](https://testdriven.io/distributed-testing-with-selenium-grid) shows how to distribute automated, browser tests with Selenium Grid and Docker Swarm. It also looks at how to run tests against a number of browsers and automate the provisioning and deprovisioning of machines to keep costs down.

0 commit comments

Comments
 (0)