From 68823a6b5f371c24c4561b43c7d4b7514daec2e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20RUIZ?= Date: Fri, 25 Aug 2017 16:54:44 +0200 Subject: [PATCH] switched from AUT to SUT as reviewed in https://github.com/mycargus/nightwatch-docker-grid/pull/7#issuecomment-324912144 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1ff5be3..4dd3329 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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