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,
        ...
    },
    ...
})

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i cypress-angular-dev-server

    Weekly Downloads

    19

    Version

    1.0.2

    License

    none

    Unpacked Size

    39.1 kB

    Total Files

    16

    Last publish

    Collaborators

    • jordanpowell88