@@ -10,7 +10,7 @@ It uses:
1010
1111* [ Java] ( https://www.java.com/ ) as the programming language
1212* [ Playwright] ( https://playwright.dev/java ) for browser automation
13- * [ Google Chrome ] ( https://www.google.com/chrome/downloads / ) as the local browser for testing
13+ * [ Chromium ] ( https://www.chromium.org/chromium-projects / ) as the local browser for testing
1414* [ Apache Maven] ( https://maven.apache.org/index.html ) for dependency management
1515* [ JUnit 5] ( https://junit.org/junit5/ ) as the core test framework
1616* [ Applitools Eyes] ( https://applitools.com/platform/eyes/ ) for visual testing
@@ -22,8 +22,6 @@ To run this example project, you'll need:
22222 . The [ Java Development Kit (JDK)] ( https://www.oracle.com/java/technologies/downloads/ ) , version 8 or higher.
23233 . A good Java editor, such as [ JetBrains IntelliJ IDEA] ( https://www.jetbrains.com/idea/ ) .
24244 . [ Apache Maven] ( https://maven.apache.org/download.cgi ) (typically bundled with IDEs).
25- 5 . An up-to-date version of [ Google Chrome] ( https://www.google.com/chrome/downloads/ ) .
26- 6 . A corresponding version of [ ChromeDriver] ( https://chromedriver.chromium.org/downloads ) .
2725
2826The main test case is [ ` AcmeBankTests.java ` ] ( src/test/java/com/applitools/example/AcmeBankTests.java ) .
2927
@@ -36,4 +34,4 @@ mvn test
3634```
3735
3836** For full instructions on running this project, take our
39- [ Playwright Java tutorial] ( https://applitools.com/tutorials/quickstart/web/playwright/java ) !**
37+ [ Playwright Java tutorial] ( https://applitools.com/tutorials/quickstart/web/playwright/java ) !**
0 commit comments