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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.24latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.24
1.0.11
1.0.01
0.0.311
0.0.301
0.0.291
0.0.281
0.0.271
0.0.261
0.0.251
0.0.241
0.0.231
0.0.221
0.0.201
0.0.191
0.0.181
0.0.171
0.0.161
0.0.151
0.0.141
0.0.131
0.0.121
0.0.111
0.0.101
0.0.91
0.0.81
0.0.71
0.0.61
0.0.51
0.0.41
0.0.31
0.0.21
0.0.11

Package Sidebar

Install

npm i cypress-angular-dev-server

Weekly Downloads

36

Version

1.0.2

License

none

Unpacked Size

39.1 kB

Total Files

16

Last publish

Collaborators

  • jordanpowell88