https://github.com/indeedeng/proctor-sample-matrix
A sample set of Proctor test definition files and a Maven pom.xml that demonstrates how to use the Maven plugin's generator to build them into a single JSON test matrix file
https://github.com/indeedeng/proctor-sample-matrix
Last synced: about 1 year ago
JSON representation
A sample set of Proctor test definition files and a Maven pom.xml that demonstrates how to use the Maven plugin's generator to build them into a single JSON test matrix file
- Host: GitHub
- URL: https://github.com/indeedeng/proctor-sample-matrix
- Owner: indeedeng
- License: apache-2.0
- Created: 2014-06-02T20:51:41.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2023-03-18T21:00:22.000Z (over 3 years ago)
- Last Synced: 2025-05-07T23:40:07.683Z (about 1 year ago)
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
proctor-sample-matrix
=====================

This is a sample set of [Proctor](https://github.com/indeedeng/proctor) test definition files and a Maven pom.xml that demonstrates how to use the Maven plugin's generator to build them into a single JSON test matrix file.
There are three sample test definitions in [src/main/proctor-data/test-definitions/](https://github.com/indeedeng/proctor-sample-matrix/tree/master/src/main/proctor-data/test-definitions).
Simply clone this project and run "mvn" to generate the JSON file (target/proctor-test-matrix.json).
# Code of Conduct
This project is governed by the [Contributor Covenant v 1.4.1](CODE_OF_CONDUCT.md)
# License
[Apache License Version 2.0](https://github.com/indeedeng/proctor-sample-matrix/blob/master/LICENSE)