mfaisalkhatri / lambdatest-poc

Web automation example code of tests running parallely on https://www.lambdatest.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open Source Love

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

❓ What is this Repository about?

  • This repo contains example code to run a single test parallely on two different browsers(Chrome and Firefox) on LambdatTest
  • the-internet Website is used for testing Login scenarios using Form Authentication page.
  • This repo uses Maven as build tool and TestNG testing framework to run the tests.
  • To run the test from command line use the following command:
  • mvn clean install -Dusername=<lambdatest username> -Dtoken=<lambdatesttoken>

🧬 Need Assistance?

💭 Checkout the blogs related to Testing on my website

About

Web automation example code of tests running parallely on https://www.lambdatest.com/


Languages

Language:Java 100.0%