An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

proctor-sample-matrix
=====================

![Lifecycle](https://img.shields.io/osslifecycle/indeedeng/util/proctor-sample-matrix.svg)

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)