https://github.com/gemini-testing/skip-reason-validator
https://github.com/gemini-testing/skip-reason-validator
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gemini-testing/skip-reason-validator
- Owner: gemini-testing
- License: mit
- Created: 2019-01-21T16:46:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-21T17:07:03.000Z (over 6 years ago)
- Last Synced: 2025-01-14T09:16:09.512Z (5 months ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 10
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Authors: AUTHORS
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+'
}
````