1.0.0 • Published 2 years ago
@testplane/test-filter v1.0.0
@testplane/test-filter
Plugin for Testplane to filter tests specified in json-file.
Install
npm install @testplane/test-filterConfiguration
enabledBoolean (optional,falseby default) - enable/disable the plugin.inputFileString (optional,testplane-filter.jsonby default) - path to file with tests to run.
Usage
- Require plugin in your testplane config file:
plugins: {
'@testplane/test-filter': {
enabled: true,
inputFile: 'some/file.json'
}
}- Input file format:
[
{
"fullTitle": "some-title",
"browserId": "some-browser"
}
]1.0.0
2 years ago