Skip to content

Commit 9ff978d

Browse files
Moved files
1 parent f6083e6 commit 9ff978d

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To run this example project, you'll need:
2424
5. An up-to-date version of [Google Chrome](https://www.google.com/chrome/downloads/).
2525
6. A corresponding version of [ChromeDriver](https://chromedriver.chromium.org/downloads).
2626

27-
The main test case is [`AcmeBankTests.java`](src/main/java/com/applitools/example/AcmeBankTests.java).
27+
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
3030
to your [account's API key](https://applitools.com/tutorials/getting-started/setting-up-your-environment.html),

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@
1818
<groupId>com.applitools</groupId>
1919
<artifactId>eyes-selenium-java5</artifactId>
2020
<version>5.15.0</version>
21+
<scope>test</scope>
2122
</dependency>
2223
<dependency>
2324
<groupId>org.seleniumhq.selenium</groupId>
2425
<artifactId>selenium-java</artifactId>
2526
<version>4.4.0</version>
27+
<scope>test</scope>
2628
</dependency>
2729
</dependencies>
2830

src/main/java/com/applitools/example/AcmeBankTests.java renamed to src/test/java/com/applitools/example/AcmeBankTests.java

File renamed without changes.

0 commit comments

Comments
 (0)