Skip to content

tarunramireddy/LambdaTest_seleniumAdvanced

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Step 1: Configure your settings and required capabilites for your test

For running a test we will need your username and access key to map with our cloud infrastrure.

You can find the required credentials here : https://www.lambdatest.com/capabilities-generator

Change the properties

Add your Lambdatest username and access key in testcase.java

String username = <YOUR LT_USERNAME> #Replace with your username
String accessKey = <YOUR LT_ACCESS_KEY> #Replace with your access key

Step 2: Running Tests

We have preinstalled all the required environment for running the tests. You can now execute the tests in the console by the following commands:

To run single test

$ mvn test -P single

To run parallel/multiple test

$ mvn test -P parallel

Step 3: Test Results

Once you have completed running the tests you can find the results at : https://automation.lambdatest.com with the build name Selenium Advanced as a prefix. Therefore given scenario is executed as scenario-1 in chrome browser in windows10 and similarly, scenario-2 in MicrosoftEdge in MacOS sierra.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published