From 8c7a5e7e5f56600f93001bea63a1d6c7eda5b8f6 Mon Sep 17 00:00:00 2001 From: "Jay R. Newlin (PromptWorks)" Date: Thu, 31 Oct 2019 16:32:23 -0400 Subject: [PATCH] Update README with reference to exported Ghost Inspector tests --- README.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2027db4d..d12a5b74 100644 --- a/README.md +++ b/README.md @@ -220,12 +220,20 @@ To generate coverage reports for the Javascript tests: yarn test:coverage -### Ghost Inspector Tests +### UI Test Automation -AT-AT uses [Ghost Inpsector](https://app.ghostinspector.com/) for -integration testing. These tests do not run locally as part of the -regular test suite but do run in CI. To run them locally, you will -need the following: +AT-AT uses [Ghost Inpsector](https://app.ghostinspector.com/), a testing PaaS +for UI test automation and as a form of integration testing. +These tests do not run locally as part of the regular test suite, +but they do run in CI. + +Ghost Inspector was developed to make it easier to create, maintain, and +execute UI tests than vanilla Selenium. Ghost Inspector tests and steps can +be exported to files that the Selenium IDE can import. We export these tests/steps +regularly and archive them with the AT-AT codebase in the `uitests` directory. + +To run the Ghost Inspector tests against a local instance of AT-AT, +you will need the following: - [docker](https://docs.docker.com/v17.12/install/) - [circleci CLI tool](https://circleci.com/docs/2.0/local-cli/#installation)