Skip to content

Commit 9d40eb7

Browse files
Updates README.md
1 parent bb2e806 commit 9d40eb7

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
# Applitools Example: WebdriverIO JavaScript with the Ultrafast Grid
1+
# Applitools Example: WebdriverIO in JavaScript
22

33
This is the example project for the [WebdriverIO JavaScript tutorial](https://applitools.com/tutorials/quickstart/web/webdriverio).
44
It shows how to start automating visual tests with the [Applitools Eyes](https://applitools.com/platform/eyes/)
5-
and the [Ultrafast Grid](https://applitools.com/platform/ultrafast-grid/)
6-
using [WebdriverIO](https://webdriver.io/) in JavaScript.
5+
and [WebdriverIO](https://webdriver.io/) in JavaScript.
76

87
It uses:
98

@@ -12,7 +11,11 @@ It uses:
1211
* [Google Chrome](https://www.google.com/chrome/downloads/) as the local browser for testing
1312
* [npm](https://www.npmjs.com/) for dependency management
1413
* [Applitools Eyes](https://applitools.com/platform/eyes/) for visual testing
14+
15+
It can also run tests with:
16+
1517
* [Applitools Ultrafast Grid](https://applitools.com/platform/ultrafast-grid/) for cross-browser execution
18+
* [Applitools Execution Cloud](https://applitools.com/platform/execution-cloud/) for self-healing remote WebDriver sessions
1619

1720
To run this example project, you'll need:
1821

@@ -31,6 +34,8 @@ npm install chromedriver --detect_chromedriver_version
3134
```
3235

3336
The main test case is [`acme-bank.test.js`](test/acme-bank.test.js).
37+
By default, the project will run tests with Ultrafast Grid but not Execution Cloud.
38+
You can change these settings in the test file.
3439

3540
To execute tests, set the `APPLITOOLS_API_KEY` environment variable
3641
to your [account's API key](https://applitools.com/tutorials/getting-started/setting-up-your-environment.html),
@@ -41,4 +46,4 @@ npm test
4146
```
4247

4348
**For full instructions on running this project, take our
44-
[WebdriverIO JavaScript tutorial](https://applitools.com/tutorials/quickstart/web/webdriverio)!**
49+
[WebdriverIO JavaScript tutorial](https://applitools.com/tutorials/quickstart/web/webdriverio)!**

0 commit comments

Comments
 (0)