Skip to content

SripriyaPKulkarni/errorcollector-junit-selenium-testing-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Don't forget to give a ⭐ to make the project popular.

❓ What is this Repository about?

  • This repo contains example code for how to use Error Collector in JUnit
  • This project uses Maven as build tool, JUnit version 5 and Selenium 4.8 to run the tests.

Project Configuration

Add JUnit 5.9.2 , Hamcrest 1.3 and Selenium Java 4.8.0 dependency in pom.xml

Configure Environment Variables

Before the tests are run, please set the environment variables LT_USERNAME & LT_ACCESS_KEY from the terminal. The account details are available on your LambdaTest Profile page.

For macOS:

export LT_USERNAME=LT_USERNAME
export LT_ACCESS_KEY=LT_ACCESS_KEY

For Linux:

export LT_USERNAME=LT_USERNAME
export LT_ACCESS_KEY=LT_ACCESS_KEY

For Windows:

set LT_USERNAME=LT_USERNAME
set LT_ACCESS_KEY=LT_ACCESS_KEY

Execution

The test was successfully run and the LambdaTest automation dashboard indicates the status of the test execution.

🧬 Need Assistance?

  • Discuss your queries by writing to me @ [email protected] OR ping me on any of the social media sites using the link:

    Have Feedback? Feel free to fork the repo and contribute to make it better! Email to [email protected] for any queries or ping me on the following social media sites:

    Twitter: @PriyaKulkarni01 LinkedIn: @sripriyapkulkarni

    💭 Checkout the blogs related to Testing on LambdaTest blogs, My Own Blog and medium blogs

  • About

    SripriyaPKulkarni/errorcollector-junit-selenium-testing-java

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published