Skip to content

LambdaTest Plugin is used to run automated selenium tests on LambdaTest Cloud

License

Notifications You must be signed in to change notification settings

sushobhit-lt/lambdatest-automation-plugin

 
 

Repository files navigation

Lambdatest Jenkins Plugin

This Plugin is used to run automated selenium tests on LambdaTest Cloud.

Base Configuration

https://github.com/jenkinsci/gradle-jpi-plugin

Installation

via the interface
  1. Go to your installation's management screen.
  2. Click Manage Plugins.
  3. Click the Available tab.
  4. Find the LambdaTest Automation Plugin and select the checkbox.
  5. then click either Install without restart or Download now and install after restart.

Building the plugin for testing/development

gradle clean
This command will run the gradle Task :build
gradle build
This command will run the gradle Task :server
gradle server
Build the Jenkins plugin file (will currently end in ".hpi".)
$ gradle jpi
This command will run the gradle JVM with specified httpPort.
gradle server -Djenkins.httpPort=8082

Release Instructions

For new releases, bump version field in build.gradle, then execute the following command

$ gradle release -Prelease.useAutomaticVersion=true

License

This program is free software and is distributed under an MPL-2.0 License.

About

LambdaTest Plugin is used to run automated selenium tests on LambdaTest Cloud

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 97.9%
  • HTML 2.1%