@testplane/test-filter

1.0.0 • Public • Published

@testplane/test-filter

Plugin for Testplane to filter tests specified in json-file.

Install

npm install @testplane/test-filter

Configuration

  • enabled [Boolean] (optional, false by default) - enable/disable the plugin.
  • inputFile [String] (optional, testplane-filter.json by 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"
    }
]

Readme

Keywords

Package Sidebar

Install

npm i @testplane/test-filter

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

4.69 kB

Total Files

6

Last publish

Collaborators

  • y-infra
  • dudagod
  • miripiruni
  • shadowusr
  • sipayrt
  • kuznetsovroman