1- # Applitools Example: WebdriverIO JavaScript with the Ultrafast Grid
1+ # Applitools Example: WebdriverIO in JavaScript
22
33This is the example project for the [ WebdriverIO JavaScript tutorial] ( https://applitools.com/tutorials/quickstart/web/webdriverio ) .
44It 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
87It 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
1720To run this example project, you'll need:
1821
@@ -31,6 +34,8 @@ npm install chromedriver --detect_chromedriver_version
3134```
3235
3336The 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
3540To execute tests, set the ` APPLITOOLS_API_KEY ` environment variable
3641to 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