Skip to content

Commit b91efd8

Browse files
authored
docs: readme spellings
1 parent 294063a commit b91efd8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
[![Build Status](https://travis-ci.org/labs42io/web-automation.svg?branch=master)](https://travis-ci.org/labs42io/web-automation)
66

77
Boilerplate project to write BDD tests with [Cucumber](https://cucumber.io/) and execute with [docker selenium](https://github.com/SeleniumHQ/docker-selenium).
8-
Tests are written in an ordinary language that removes the gap between business and technical people.
9-
The docker selenium simplifies the setup and avoids any local installations of browser specific dependencies.
8+
Tests are written in an ordinary language that bridges the gap between business and technical people.
9+
The docker selenium simplifies the setup and avoids any local installation of browser specific dependencies.
1010

1111
## Features
1212

@@ -64,7 +64,7 @@ Note that selenium containers can be started once and then used across multiple
6464

6565
|File||
6666
|--|--|
67-
|`./src/features/google.search.feature`|An example to test the Google search|
67+
|`./src/features/google.search.feature`|An example of testing the Google search|
6868
|`./src/features/sample.snippets.feature`|Samples of using the existing test snippets. Credits [Christian Bromann](https://github.com/christian-bromann)|
6969

7070
## Adding tests
@@ -105,7 +105,7 @@ See the [documentation](https://webdriver.io/docs/api.html) for a list of suppor
105105
Assertions are written using [chai](https://www.chaijs.com/).
106106

107107
### Browser specific tests
108-
To run a test against a specific browser use [tags](https://cucumber.io/docs/cucumber/api/#tags):
108+
To run a test against a specific browser use predefined [tags](https://cucumber.io/docs/cucumber/api/#tags):
109109

110110
```gherkin
111111
Feature: Performing a Google Search
@@ -171,7 +171,7 @@ The configurable options are set in the `.env` file.
171171
|Variable|Usage|
172172
|--|--|
173173
|`SELENIUM_VERSION`|Configure the version of selenium hub and nodes. Change this version if you want to run tests against a specific browser version. See the [list](https://github.com/SeleniumHQ/docker-selenium/releases) of available selenium releases and browser versions.|
174-
|`SCREEN_WIDTH` `SCREEN_HEIGHT`|Configure browser window resolution.|
174+
|`SCREEN_WIDTH` `SCREEN_HEIGHT`|Configure browser window size.|
175175

176176
### WebdriverIO options
177177

@@ -234,7 +234,7 @@ npm run selenium:vnc
234234
|**Firefox**|`127.0.0.1:5901`|
235235
236236
237-
Now you can connect and enter to the remote session.
237+
Now you can connect and enter the remote session.
238238
239239
### Running tests
240240

0 commit comments

Comments
 (0)