Skip to content

Commit

Permalink
switched from AUT to SUT as reviewed in #7 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmNyro committed Aug 25, 2017
1 parent 1cf7bfa commit 68823a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@ _Both `dinghy` and `dory` are optional dependencies, and one may certainly use t
## Setup

By default this project will use [a bare-bones Sinatra web app](https://github.com/mycargus/hello_docker_world) as the
app under test (AUT).
system under test (SUT).

If you'd like to see this project in action before adding your app, go ahead and skip to the
["How do I execute the tests?"](https://github.com/mycargus/docker-grid-nightwatch/blob/master/README.md#how-do-i-execute-the-tests) section.

## Where do I add my app?

Add the docker image of the AUT to the `docker-compose.yml` file under the `web` service container.
Add the docker image of the SUT to the `docker-compose.yml` file under the `web` service container.

If you're using `dinghy` or `dory`, be sure to define the AUT's virtual URL (a default is provided). For example:
If you're using `dinghy` or `dory`, be sure to define the SUT's virtual URL (a default is provided). For example:

```
web:
Expand All @@ -61,7 +61,7 @@ their website.

## How do I execute the tests?

Start the Selenium hub, the AUT, and the Selenium browser nodes:
Start the Selenium hub, the SUT, and the Selenium browser nodes:

```sh
$ npm start
Expand Down

0 comments on commit 68823a6

Please sign in to comment.