Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hi-fi/robotframework-java-example
Example Maven project with Robot Framework tests. Includes also things needed to run tests from RIDE.
https://github.com/hi-fi/robotframework-java-example
Last synced: 11 days ago
JSON representation
Example Maven project with Robot Framework tests. Includes also things needed to run tests from RIDE.
- Host: GitHub
- URL: https://github.com/hi-fi/robotframework-java-example
- Owner: Hi-Fi
- License: apache-2.0
- Created: 2019-01-21T06:00:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-23T06:49:04.000Z (almost 6 years ago)
- Last Synced: 2024-10-24T11:47:54.621Z (about 2 months ago)
- Language: RobotFramework
- Size: 111 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# robotframework-java-example
Example Maven project with Robot Framework tests. Includes also things needed to run tests from RIDE.## Requirements
This example requires only Java to be installed. Tested with JDK8.## Running
All tests can be run with:
`mvnw clean verify`This downloads Maven and executes all tests. For CLI parameters related to Robot Framework check [MavenPlugin-documentation](https://robotframework.org/MavenPlugin/run-mojo.html).
## Running from RIDE
Repository contains also scripts that allow running tests from [RIDE](https://github.com/robotframework/RIDE). Example configuration with Mac (and Linux) below.![RIDE custom runner config](./docs/ride_custom_runner_config.png)
## Notes
For some reason listener doesn't seem to be working with RIDE as it did with older versions.