From 2727a31c61d2e2416cbe1311af2a7cab79451e2e Mon Sep 17 00:00:00 2001 From: Michael Herman Date: Tue, 20 Mar 2018 07:07:47 -0600 Subject: [PATCH] add selenium testing resource --- content/pages/04-testing/01-testing.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/pages/04-testing/01-testing.markdown b/content/pages/04-testing/01-testing.markdown index b9846dd14..2aa96faad 100644 --- a/content/pages/04-testing/01-testing.markdown +++ b/content/pages/04-testing/01-testing.markdown @@ -68,4 +68,5 @@ correctness. shows how to get a basic [pytest](http://pytest.org/latest/) test running for a Django project and explains why the author prefers pytest over standard unittest testing. - + +* [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.