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
To install project dependencies and set up Applitools Eyes, run:
28
23
@@ -32,10 +27,12 @@ npx eyes-setup
32
27
```
33
28
34
29
The Applitools config file is [`applitools.config.js`](applitools.config.js).
35
-
The main test spec is [`acme-bank.spec.js`](cypress/integration/acme-bank.spec.js).
30
+
The main test spec is [`simple-example.cy.js`](cypress/e2e/simple-example.cy.js).
36
31
37
32
To execute tests, set the `APPLITOOLS_API_KEY` environment variable
38
-
to your [account's API key](https://applitools.com/tutorials/guides/getting-started/registering-an-account).
33
+
to your [account's API key](https://applitools.com/tutorials/getting-started/retrieve-api-key).
34
+
35
+
* Note: If you are not using the Eyes public cloud, you will need to update the `serverUrl` to your Eyes server URL in the **applitools.config.js** configuration file or set via an `APPLITOOLS_SERVER_URL` environment variable. See our [documentation](https://applitools.com/tutorials/sdks/cypress/advanced#available-configuration-properties) for more information on these settings.
39
36
40
37
Then, to open the Cypress window for launching tests, run:
41
38
@@ -50,4 +47,4 @@ npx cypress run
50
47
```
51
48
52
49
**For full instructions on running this project, take our
0 commit comments