Skip to content

Commit 79f4c17

Browse files
Updated README run instructions
1 parent ef9abcb commit 79f4c17

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ To run this example project, you'll need:
2727
The main test case is [`AcmeBankTests.java`](src/test/java/com/applitools/example/AcmeBankTests.java).
2828

2929
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:
30+
to your [account's API key](https://applitools.com/tutorials/getting-started/setting-up-your-environment.html).
31+
You can launch the test from your IDE,
32+
or you can run it from the command line with Maven like this:
3233

3334
```
3435
mvn exec:exec@run-the-tests -Dexec.classpathScope=test

0 commit comments

Comments
 (0)