@proof-ui/skip-tests-plugin
TypeScript icon, indicating that this package has built-in type declarations

0.3.6 • Public • Published

@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

/@proof-ui/skip-tests-plugin/

    Package Sidebar

    Install

    npm i @proof-ui/skip-tests-plugin

    Weekly Downloads

    356

    Version

    0.3.6

    License

    MIT

    Unpacked Size

    50.9 kB

    Total Files

    10

    Last publish

    Collaborators

    • tmarmer
    • adierkens
    • tylerkrupicka