Selenium_Selenide_Playwrigh.../selenide_series/readme.md

25 lines
645 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 --->
2023-08-16 16:56:52 +00:00
''''
2023-08-16 14:00:32 +00:00
<properties>
<maven.compiler.source>20</maven.compiler.source>
<maven.compiler.target>20</maven.compiler.target>
</properties>
2023-08-16 16:56:52 +00:00
'''
2023-08-16 19:12:54 +00:00
PageObjects -->
vytvořit složku pages v test/Java, --> Mark Directory -->Test Sources Root (pouze zě nemám java kde vznikají package)
2023-08-16 19:26:41 +00:00
Pak si v testu na importovat pages object např: import pages.HomePage;
Firefox browser --> https://www.youtube.com/watch?v=EYv8c-94MRA&list=PL6AdzyjjD5HC4NJuc083bzFq86JekmASF&index=9