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

https://github.com/gemini-testing/skip-reason-validator


https://github.com/gemini-testing/skip-reason-validator

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

### Skip reason validatin plugin

The plugin verifies that the test's skip reason matches on the specified patterns.

```
skip-reason-validator': {
enabled: true,
pattern: '[A-Z]+-\\d+'
}
````