Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boakley/cci-robot
used for testing CumulusCI and robot
https://github.com/boakley/cci-robot
Last synced: 12 days ago
JSON representation
used for testing CumulusCI and robot
- Host: GitHub
- URL: https://github.com/boakley/cci-robot
- Owner: boakley
- License: mit
- Created: 2019-11-05T15:57:29.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-09-08T21:37:52.000Z (over 4 years ago)
- Last Synced: 2024-10-09T16:41:36.778Z (3 months ago)
- Language: RobotFramework
- Size: 13.7 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cci-robot
This project is mainly for testing CumulusCI, MetaCI, and robot
framework.## Development
To work on this project in a scratch org make sure you've
[Set up CumulusCI](https://cumulusci.readthedocs.io/en/latest/tutorial.html)## Robot tests
This project has a task named "robot" for running robot framework tests.
By default this task will put robot output in robot/cci-robot/results.
## Flows
In addition to the built-in flows, this repository has the following flows
1: robot_stable - run all tests except those with the "unstable" tag
2: robot_unstable - run only tests with the "unstable" tag
3: robot_foundation - run all tests with the "foundation" tag