Zachary Williams
Zachary Williams
Next.js CT apps have "Component Testing Mismatched Dependencies" warning for deps it doesn't need.
### Current behavior When booting up a Next.js app for CT testing, a warning for `Component Testing Mismatched Dependencies` is displayed on the "Open Browser" page. This warning says that...
### Current behavior After an initial clean build (no compilation errors), compilation errors are no longer surfaced in the runner. Editing a spec file to throw a compilation error causes...
### What would you like? Angular CT setup should support custom build options to accommodate projects that don't follow the Angular CLI conventions. ### Why is this needed? To support...
### Describe the feature Exposing the vite/webpack client config would enable external tools (such a Cypress Component Testing) to integrate with Nuxt. For context, Cypress supports component testing Nuxt 2...
## Expected Behavior Commitlint configuration extending `@commitlint/config-conventional` should enforce recommended revert commit format documented [here](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular#revert). A commit of: ``` revert: not following documentation This commit reverts 12345 ``` should fail...
vue-cli@5 is stable now and `@nx-plus/vue` should drop support of vue-cli@4 and switch to 5.
## Current Behavior No support for `vue.config.js` ## Expected Behavior Support `vue.config.js` ## Related Issue(s) #160 Also fixes an issue with `create-playground` script as it will install Nx 12 without...
#### Bug, feature request, or proposal: Bug #### What is the expected behavior? Sorting the mat-table should not affect the expansion of the rows. The behavior should act as in...
### Description The code snippet says to download `del` and `require('del')` but the latest version only supports ESM ### URL of Issue(s) https://docs.cypress.io/api/plugins/after-spec-api#Delete-the-recorded-video-if-the-spec-passed ### Steps to replicate 1. Checkout [kitchen...
### Describe the feature Exposing the vite/webpack client config would enable external tools (such a Cypress Component Testing) to integrate with Nuxt. For context, Cypress supports component testing Nuxt 2...