You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,18 @@
1
1
# Applitools Example: WebdriverIO 7 JavaScript with the Ultrafast Grid
2
2
3
-
This is the example project for the [WebdriverIO JavaScript tutorial](https://applitools.com/tutorials/quickstart/web/webdriverio/webdriverio-7).
4
-
It shows how to start automating visual tests with the [Applitools Eyes](https://applitools.com/platform/eyes/) and the [Ultrafast Grid](https://applitools.com/platform/ultrafast-grid/)
5
-
using [WebdriverIO](https://v7.webdriver.io/) in JavaScript.
3
+
This is the example project for the [WebdriverIO 7 JavaScript tutorial](https://applitools.com/tutorials/quickstart/web/webdriverio/webdriverio-7).
4
+
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 7](https://v7.webdriver.io/) in JavaScript.
6
7
7
8
It uses:
8
9
9
10
*[JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript) as the programming language
10
-
*[WebdriverIO v7](https://v7.webdriver.io/) for browser automation
11
+
*[WebdriverIO 7](https://v7.webdriver.io/) for browser automation
11
12
*[Google Chrome](https://www.google.com/chrome/downloads/) as the local browser for testing
12
13
*[npm](https://www.npmjs.com/) for dependency management
13
14
*[Applitools Eyes](https://applitools.com/platform/eyes/) for visual testing
15
+
*[Applitools Ultrafast Grid](https://applitools.com/platform/ultrafast-grid/) for cross-browser execution
14
16
15
17
To run this example project, you'll need:
16
18
@@ -38,4 +40,4 @@ npm test
38
40
```
39
41
40
42
**For full instructions on running this project, take our
0 commit comments