Skip to content
This repository was archived by the owner on Apr 20, 2024. It is now read-only.

romanchetto/Leaptest-Integration

 
 

Repository files navigation

Leaptest-Integration

This is Leaptest plugin for Teamcity

More Details

Leaptest is a mighty automation testing system and now it can be used for running [smoke, functional, acceptance] tests, generating reports and a lot more in Teamcity. You can easily configure integration directly in Teamcity enjoying UI friendly configuration page with easy connection and test suites selection.

Features:

  • Setup and test Leaptest connection in few clicks
  • Run automated tests in your Teamcity build tasks
  • Automatically receive test results
  • Build status based tests results
  • Write tests trace to build output log
  • Smart UI

Installing

  • Use maven.
  • Command: mvn package
  • Or simply install zip-file from the "target" folder: Copy the zip plugin package into the {TeamCity Data Directory}/plugins directory (Default path: C:\ProgramData\JetBrains\TeamCity\plugins).
  • If you have an earlier version of the plugin in the directory, remove it.
  • Alternatively, use the Administration -> Plugins List page to upload the zip plugin package into the directory (do not change the file name of the plugin). Restart the TeamCity server (Services -> Teamcity Server -> Restart). Check the installed plugin version is listed on the Administration -> Plugins List page.

Instruction

  1. Add Build-Step "Leaptest Integration" to your project.
  2. Enter your Leaptest server address something like "http://{your_leaptest_server_name}:{port number}" or "http://localhost:9000".
  3. Enter time delay in seconds. When schedule is run, plugin will wait this time before trying to get schedule state. If schedule is still running, plugin will wait this time again. By default this value is 1 second.
  4. Select how plugin should set "Done" status value: to Success or Failed.
  5. Press button "Select Schedules" to get a list of all available schedules grouped by projects. Select schedules you want to run.
  6. Run your project and get results. Enjoy!

Screenshots

ScreenShot ScreenShot ScreenShot ScreenShot ScreenShot

About

This is Leaptest plugin for Teamcity

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 85.7%
  • JavaScript 14.3%