Selenium_Selenide_Playwrigh.../selenide_series/readme.md

13 lines
306 B
Markdown
Raw Normal View History

2023-08-16 14:00:32 +00:00
Selenide ---> https://selenide.org/quick-start.html (pom.xml)
TestNG ---> https://mvnrepository.com/artifact/org.testng/testng (pom.xml)
Maven --->
<properties>
<maven.compiler.source>20</maven.compiler.source>
<maven.compiler.target>20</maven.compiler.target>
</properties>