This is Leaptest plugin for Teamcity
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.
- 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
- 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.
- Add Build-Step "Leaptest Integration" to your project.
- Enter your Leaptest server address something like "http://{your_leaptest_server_name}:{port number}" or "http://localhost:9000".
- 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.
- Select how plugin should set "Done" status value: to Success or Failed.
- Press button "Select Schedules" to get a list of all available schedules grouped by projects. Select schedules you want to run.
- Run your project and get results. Enjoy!




