salmanlt / gauge-selenium-sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gauge-Selenium-Sample

Java

Prerequisites

  1. Install and set environment variable for java.
     install maven
    
  2. Install Gauge from here.

Run your First Test

  1. Clone the Gauge-Selenium-Sample repository.
git clone https://github.com/LambdaTest/gauge-selenium-sample
  1. Next get into Gauge-Selenium-Sample folder, and import Lamabdatest Credentials. You can get these from lambdatest automation dashboard.

    For Linux/macOS::

export LT_USERNAME="YOUR_USERNAME"
export LT_ACCESS_KEY="YOUR ACCESS KEY"

For Windows:

set LT_USERNAME="YOUR_USERNAME"
set LT_ACCESS_KEY="YOUR ACCESS KEY"

Step 3. Run the test.

$ mvn compile 
$ mvn clean install OR $ mvn test 

Result of the Test

You can see the test running on LambdaTest Automation Dashboard Automation Logs of LambdaTest

Testing Locally Hosted or Privately Hosted Projects

To help you perform cross browser testing of your locally stored web pages, LambdaTest provides an SSH(Secure Shell) tunnel connection with the name Lambda Tunnel. With Lambda Tunnel, you can test your locally hosted files before you make them live over the internet. You could even perform cross browser testing from different IP addresses belonging to various geographic locations. You can also use LambdaTest Tunnel to test web-apps and websites that are permissible inside your corporate firewall.

About LambdaTest

LambdaTest is a cloud based selenium grid infrastructure that can help you run automated cross browser compatibility tests on 2000+ different browser and operating system environments. LambdaTest supports all programming languages and frameworks that are supported with Selenium, and have easy integrations with all popular CI/CD platforms. It's a perfect solution to bring your selenium automation testing to cloud based infrastructure that not only helps you increase your test coverage over multiple desktop and mobile browsers, but also allows you to cut down your test execution time by running tests on parallel.

Additional Resources

About


Languages

Language:Java 100.0%