0.0.1 • Published 4 years ago

cy-webpack-plugin v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

cy-webpack-plugin

A simple plugin which to run cypress after build and stop the test on failure

Installation

Usage

const CyWebpackPlugin = require('cy-webpack-plugin');

module.exports = {
  plugins: [
    new CyWebpackPlugin()
  ]
}

Options

NameDefaultDescription
countBuild1Run cypress after success build client, or you can pass 2(that mean run after build client and server
headedtrueIf you want to see a cypress in window