https://github.com/SmartBear/soapui-pro-functional-testing-teamcity-plugin
https://github.com/SmartBear/soapui-pro-functional-testing-teamcity-plugin
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/SmartBear/soapui-pro-functional-testing-teamcity-plugin
- Owner: SmartBear
- License: gpl-3.0
- Created: 2018-07-19T09:35:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-06T05:03:20.000Z (over 1 year ago)
- Last Synced: 2024-11-06T08:26:52.170Z (6 months ago)
- Language: Java
- Size: 39.1 KB
- Stars: 0
- Watchers: 18
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ReadyAPI Test Functional Testing Plugin
### About
A SmartBear plugin used to run ReadyAPI tests on TeamCity agents.
### Requirements
* The project you want to run must be saved in ReadyAPI version 2.1.0 or later.
* The Teamcity agent where you want to run your test must have ReadyAPI installed with an activated ReadyAPI Test license.### Configuration
The build step has the following settings:
* **Path to testrunner** - Specifies the fully-qualified path to the runner file (*testrunner.bat* or *testrunner.sh*). By default, you can find it in the *<ReadyAPI installation>/bin* directory.
* **Path to ReadyAPI project** - Specifies the fully-qualified path to the ReadyAPI project you want to run.
* **Test Suite** - Specifies the test suite to run. To run all the test suites of your project, leave the field blank.
* **Test Case** - Specifies the test case to run. If you leave the field blank, the runner will execute all the test cases of the specified test suite, or, if you have not specified a test suite, all the test cases of your project.
* **Project Password** - Specifies the encryption password, if you encrypted the entire project or some of its custom properties.
* **Environment** - Specifies the environment configuration for the test run.