File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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/ )
55and the [ Ultrafast Grid] ( https://applitools.com/platform/ultrafast-grid/ )
6- using [ WebdriverIO 7 ] ( https://webdriver.io/ ) in JavaScript.
6+ using [ WebdriverIO] ( https://webdriver.io/ ) in JavaScript.
77
88It uses:
99
Original file line number Diff line number Diff line change 11{
22 "name" : " example-webdriverio-javascript-ufg" ,
33 "version" : " 1.0.0" ,
4- "description" : " An example project for WebdriverIO 7 JavaScript using Applitools Ultrafast Grid" ,
4+ "description" : " An example project for WebdriverIO JavaScript using Applitools Ultrafast Grid" ,
55 "main" : " index.js" ,
66 "scripts" : {
77 "test" : " wdio" ,
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ describe('ACME Bank', function () {
4646 // Create a new batch for tests.
4747 // A batch is the collection of visual checkpoints for a test suite.
4848 // Batches are displayed in the Eyes Test Manager, so use meaningful names.
49- batch = new BatchInfo ( 'Example: WebdriverIO 7 JavaScript with the Ultrafast Grid' ) ;
49+ batch = new BatchInfo ( 'Example: WebdriverIO JavaScript with the Ultrafast Grid' ) ;
5050
5151 // Create a configuration for Applitools Eyes.
5252 config = new Configuration ( ) ;
You can’t perform that action at this time.
0 commit comments