We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef9abcb commit 79f4c17Copy full SHA for 79f4c17
README.md
@@ -27,8 +27,9 @@ To run this example project, you'll need:
27
The main test case is [`AcmeBankTests.java`](src/test/java/com/applitools/example/AcmeBankTests.java).
28
29
To execute tests, set the `APPLITOOLS_API_KEY` environment variable
30
-to your [account's API key](https://applitools.com/tutorials/getting-started/setting-up-your-environment.html),
31
-and then run:
+to your [account's API key](https://applitools.com/tutorials/getting-started/setting-up-your-environment.html).
+You can launch the test from your IDE,
32
+or you can run it from the command line with Maven like this:
33
34
```
35
mvn exec:exec@run-the-tests -Dexec.classpathScope=test
0 commit comments