Initial set up for Ghost Inspector integration tests.

Adds a CircleCI integration for Ghost Inspector
(https://ghostinspector.com), a headless browser testing SaaS. The
README is updated with details about how to run GI locally.

Removes the bootstrap setup for Selenium testing with BrowserStack.
This commit is contained in:
dandds
2019-10-10 09:22:10 -04:00
parent 73a459ea28
commit 7949c64b9b
8 changed files with 101 additions and 172 deletions

6
.gitignore vendored
View File

@@ -52,10 +52,12 @@ ssl/client-certs/*.srl
# je coverage output
coverage
# selenium testing
# BrowserStack
browserstacklocal
# decompiled CircleCI yaml
local-ci.yml
# python config
.python-version