Détail du package

@proof-ui/skip-tests-plugin

tmarmer3.7kMIT0.3.6

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 l

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