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

We don't have many example tests for Jest, we should create a few more of them both for us to run on each release and to show the community how...

enhancement
dogfood

Some helpers are copy/pasted into multiple AEs, we should move them into a shared package - `installQuasarPlugin`: used both by Jest and Cypress Component Testing, possibly used by Vitest when/if...

enhancement
structure

There is a problem with testing components based on Quasar Portal with `localVue` (a Vue instance created by [createLocalVue()](https://vue-test-utils.vuejs.org/api/#createlocalvue) method). The problem is that all plugins we install for `localVue`...

Quasar supports boot functions where I can register custom components globally: ```ts export default boot(({ app }) => { app.component(Component.name, Component); } ``` When I use installQuasarPlugin, I don't have...

### Software version OS: Macos / Windows 10 Node: 18.2.0 NPM: 8.10.0 Any other software related to your bug: ### What did you get as the error? running the generated...

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.6 to 1.15.1. Commits 62a551c Release version 1.15.1 of the npm package. 7fe0779 Use for ... of. 948c30c Fix redirecting to relative URL when using proxy 22e81fc...

dependencies

I am trying to mock the `this.$q.notify` but have not had any luck. I have asked in Discord but no response. ``` beforeEach(() => { wrapper = mount(CartView, { global:...

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...

dependencies

When using starttest with http-get I think the devserver should not automatically pick a free port since the http-get will never succeed and you will wait for the timeout. Or,...