devkit
devkit copied to clipboard
Tools that make Angular developer's life easier.
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cypress](https://togithub.com/cypress-io/cypress) | [`^8.7.0` -> `^10.0.0`](https://renovatebot.com/diffs/npm/cypress/8.7.0/10.9.0) | [](https://docs.renovatebot.com/merge-confidence/)...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/jscutlery/devkit). ## Config Migration Needed - [ ]...
I'm trying to configure cypress-angular but am running into this issue: `Cannot set property 'demo' of undefined` 1. create a new nx workspace named `demo-app` and an Angular app named...
When following the guide for setting up with Angular CLI, I run into the following error after running the `ng run my-project:ct` command. ``` An unhandled exception occurred: Cannot find...
Hey there, We're using Nx in our project, and when attempting to run the command `nx g @jscutlery/cypress-angular:setup-ct --project projectName`, I get the following output: `The "path" argument must be...
When starting a fresh project with nx 13 and angular 13 I'm getting this error The following error was thrown by a plugin. We stopped running your tests because a...
I have looked through the https://github.com/jscutlery/devkit/tree/main/tests and I can't seem to find an example that mocks out a service returning a specific value?
I am able to mount the components using @jscutlery/cypress-cucumber-angular/mount How can i configure this to work with cypress-cucumber-preprocessor to write bdd style tests? Do you have any example of any...
# Expectation Following the Angular CLI setup should create a new test setup ``` ng add @jscutlery/cypress-angular ng g @jscutlery/cypress-angular:setup-ct --project my-project npx ngcc ng run my-project:ct ``` # Actual...