0.5.0 • Published 3 years ago

@jscutlery/cypress-angular-preprocessor v0.5.0

Weekly downloads
218
License
-
Repository
-
Last release
3 years ago

Cypress Angular Preprocessor

Deprecated: Cypress >= 7 requires the new adapter @jscutlery/cypress-angular-dev-server to build Angular components.

This is a Cypress preprocessor adapter of Angular's webpack plugin. It is used to build components in Cypress to be used in combination with @jscutlery/cypress-mount in order to build Angular components.

It can be enabled by adding the configuration below to the *-e2e/src/plugins/index.js file:

const {
  angularPreprocessor,
} = require('@jscutlery/cypress-angular-preprocessor');

module.exports = (on, config) => {
  on('file:preprocessor', angularPreprocessor(config));
};
0.5.0

3 years ago

0.4.3

3 years ago

0.4.1

3 years ago

0.4.2

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.4.0

3 years ago

0.1.0

3 years ago