quasar-testing
quasar-testing copied to clipboard
Testing Harness App Extensions for the Quasar Framework 2.0+
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...
Bumps [snyk](https://github.com/snyk/snyk) from 1.974.0 to 1.1064.0. Release notes Sourced from snyk's releases. v1.1064.0 1.1064.0 (2022-11-29) Bug Fixes escape child process arguments (80d97a9) v1.1063.0 1.1063.0 (2022-11-28) Features base64 default for sast...
**What kind of change does this PR introduce?** (check at least one) - [x] Bugfix - [ ] New test runner - [ ] Documentation - [ ] Feature -...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
We could use this new feature to allow a faster setup into Quasar setups which don't use Quasar CLI https://docs.cypress.io/guides/component-testing/third-party-definitions
Not sure if it can bring any advantage, but we could explore using `ts-jest` presets to simplify our Some random notes: - which presets would be better for us? `'ts-jest'`...
**Issue:** Testing QSelect and other portal dependent components is heavy and time consuming. By portal dependent I mean the components that actually trigger portal based components to appear e.g. Menu,...