cypress-angular-dev-server
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Cypress Angular Dev Server

This package is used as the dev server for cypress-angular-component-testing:

Getting Started

To install the package you need to first install it using:

npm install cypress-angular-dev-server
// cypress.config.ts

import { defineConfig } from 'cypress';
import { devServer } from 'cypress-angular-dev-server' // the local path is ./projects/angular-dev-server/src/public_api

export default defineConfig({
    component: {
        devServer,
        ...
    },
    ...
})

Package Sidebar

Install

npm i cypress-angular-dev-server

Weekly Downloads

1

Version

1.0.2

License

none

Unpacked Size

39.1 kB

Total Files

16

Last publish

Collaborators

  • jordanpowell88