@proof-ui/skip-tests-plugin
v0.3.6
Published
A plugin that adds the option to skip the _actual_ test execution, but preserve the before and after side-effects of a test. This is most widely used in conjunction with the [accessibility-plugin](./accessibility) or [applitools-plugin](./applitools) to l
Downloads
1,430
Readme
@proof-ui/skip-tests-plugin
A plugin that adds the option to skip the actual test execution, but preserve the before and after side-effects of a test. This is most widely used in conjunction with the accessibility-plugin or applitools-plugin to limit the scope of each test run.
Installation
yarn add -D @proof-ui/skip-tests-plugin
Usage
// proof.config.js
import SkipTestsPlugin from '@proof-ui/skip-tests-plugin';
export default {
plugins: [new SkipTestsPlugin()]
};
# Command Line Usage
proof --skip-tests