quasar-testing icon indicating copy to clipboard operation
quasar-testing copied to clipboard

Testing Harness App Extensions for the Quasar Framework 2.0+

Results 82 quasar-testing issues
Sort by recently updated
recently updated
newest added

### Software version OS: doesn't matter (tested on MacOS and Ubuntu 21, 22) Node: v18 and v20 NPM: 10.2.3 Any other software related to your bug: - `"quasar": "^2.16.2"` -...

### Software version OS: MacOS Sonoma 14.2 Node: v20.11.0 NPM: 10.2.4 jest: 29.7.0 yarn: 1.22.21 ### What did you get as the error? ``` FAIL test/jest/__tests__/MyDialog.spec.js ● MyDialog › should...

### tl;dr: `app-vite 2.0.0-beta.14` broke my Cypress Component tests but I found the fix Hi, I upgraded to the `@quasar/app-vite 2.0.0-beta.14`, but unfortunately, it broke my Cypress components tests. (i'm...

After the latest update I have problems with the test project. I have already tested it with a completely new project and here too the errors occur immediately. I also...

Currently, `quasar-app-extension-testing-e2e-cypress` has a peerDepency to `"eslint-plugin-cypress": "^2.12.1"` I'd like to bump `eslint-plugin-cypress` to 4.0.0 :/

### _This is a feature request_ ## Problem when mounting components with a `v-model` When using `cy.mount` in my component tests, I have difficulty correctly mounting the component with a...

### Software version: OS: Debian 12 Node: v20.16.0 NPM: 10.8.3 Any other software related to your bug: No ### What did you get as the error? npm error code ERESOLVE...

**What kind of change does this PR introduce?** (check at least one) - [ ] Bugfix - [ ] New test runner - [ ] Documentation - [ ] Feature...

Hi all, when using the very useful `cy.dataCy` selector, it doesn't automatically add double quotes surrounding the data-cy selector, as it is instead [clearly stated in the documentation](https://docs.cypress.io/api/commands/get#Find-5-elements-with-the-given-data-attribute). This leads...

Explore: - adding https://github.com/vitest-dev/eslint-plugin-vitest - using `eslint-plugin-chai-friendly` - exposing the whole configuration as a ESLint v9 flat config item to simplify the setup