Selenium java framwork
Please find basic task assigment and Test Plan document in SeleniumJava folder
project structure :
Test Configration Setup : Support 2 browsers -> chrome and firefox
support 4 environments -> local, test, staging, prod
Primary Configuration: Command line
-Dusername=abandonedrhinoceros@maildrop.cc
-Dpassword=P@$$W0rd
-Durl=mytheresa.com/en-de/men.html
-Dbrowser=chrome
-Denv=local
Secondery Configration : Properties File Path ->src\utility\java\config\Configuration.properties
For test case execution -> user can run the test case by going to the test class or running the testing.xml file
Test Result reporting ->
for extent report Path - src\testresults\testreport (For TestNG results)
for CSV results path - src\testresults\github_result (For Git task)
If you get any issue while importing framework eg. directory issue then mark that directory as the source root
Please check this screenshot for more information