Skip to content

koolvishal/SelenideWithTestNG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9588b01 · Oct 25, 2022

History

2 Commits
Oct 24, 2022
Oct 24, 2022
Oct 25, 2022
Oct 24, 2022
Oct 25, 2022
Oct 25, 2022
Oct 25, 2022
Oct 24, 2022
Oct 24, 2022
Oct 24, 2022
Oct 25, 2022
Oct 25, 2022
Oct 25, 2022
Oct 25, 2022

Repository files navigation

########################  ProjectSelenide ############################

Selenide Framework with TestNG
src/main/java/config.properties - used for configuration of browser
src/test/java
 com.pages - All pages are designed as per test case
 com.tests ->amazonTest.java contains testcase 'testProduct'
 com.utils ->JSONData.java used for reading test data, you can parameterized test data using 
 Testdata->data.json

There are two types of HTML reports are generating after execution - 
1. Allure Report
	Please follow given link to install Allure on machine - https://docs.qameta.io/allure-report/
	Once you install, run the test & provide this command on command prompt :
	 a. Go to path C:\Users\vishalku\eclipse-AllProjects\ProjectSelenide on command prompt
	 b. Give command - allure serve allure-results

2. TestNG Metrics Report
	It generates report as per timestamp
    eg:test-output->regression_25_Oct_22_02_46_41
	
 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages