@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.

Usage no npm install needed!

<script type="module">
  import proofUiSkipTestsPlugin from 'https://cdn.skypack.dev/@proof-ui/skip-tests-plugin';
</script>

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