No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. Callo
    C
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 6
    • Best 3
    • Groups 1

    Callo

    @Callo

    3
    Reputation
    4
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Callo Follow
    Admin

    Best posts made by Callo

    • Next Jest testing harness entering final beta stages

      Hey there everybody!
      A new version of the Jest testing harness has landed as beta, please jump in by running quasar ext add @quasar/testing-unit-jest@beta and provide us some feedback!

      Here what you will get:

      • TypeScript support
      • enhanced helpers (mountQuasar and mountFactory)
      • brand new documentation

      We are collecting feedback here: https://github.com/quasarframework/quasar-testing/issues/122

      Waiting for you there!

      posted in [v1] App Extensions
      C
      Callo
    • @quasar/testing-unit-jest@v2 and @quasar/testing-unit-cypress@v2 has been released!

      We just released v2 of Jest and Cypress harnesses as stable 🎉 🎉

      To update, ensure you have version control in place and run:

      • Jest: quasar ext add @quasar/testing-unit-jest
      • Cypress: quasar ext add @quasar/testing-e2e-cypress

      Official documentation has been updated too 📰

      • Jest: https://testing.quasar.dev/packages/unit-jest/
      • Cypress: https://testing.quasar.dev/packages/e2e-cypress/

      Changelog:

      • Jest: https://github.com/quasarframework/quasar-testing/releases/tag/unit-jest%40v2.0.0
      • Cypress: https://github.com/quasarframework/quasar-testing/releases/tag/e2e-cypress%40v2.0.0

      Check them out and tell us if you hit any roadblock 🙌

      posted in [v1] App Extensions
      C
      Callo
    • Testing AE releases: harnesses manager, Jest, Cypress and docs

      New

      • improved docs in nearly all areas (https://testing.quasar.dev/)
      • feat(cypress): ignore videos and screenshots generated by CI execution
      • chore(testing): updated deps
      • chore(jest): updated deps
      • chore(cypress): updated deps

      Fixes

      • fix(cypress): update workaround for ResizeObserver exception
      • fix(testing): ensure test command works as expected with Jest and Cypress in CI mode
      • fix(cypress): make npm scripts work on windows (#143)
      • fix(jest): vue-jest parse pug as html (#139)
      • fix(jest): disable coverage by default (#137)
      • fix(jest): SFC test loader matcher (#134)
      posted in [v1] App Extensions
      C
      Callo

    Latest posts made by Callo

    • Jest AE v2.2.0 and Cypress AE v3.0.0 released!

      Jest harness v2.2.0 has been released with some fixes for monorepo setups, check it out! https://github.com/quasarframework/quasar-testing/releases/tag/unit-jest%40v2.2.0

      Cypress harness v3.0.0 has been released with Cypress v6 support and some fixes for monorepo setups, check it out! https://github.com/quasarframework/quasar-testing/releases/tag/e2e-cypress%40v3.0.0

      posted in [v1] App Extensions
      C
      Callo
    • RE: passing reactive props to $scopedSlots component wrapper
      <q-table
          :title="myTitle"
          :data="myData"
          :columns="myColumns"
          :row-key="myKey"
          :grid="myGrid"
          v-bind="$attrs"
          v-on="$listeners"
        >
          <!-- Slots pass-through: https://gist.github.com/loilo/73c55ed04917ecf5d682ec70a2a1b8e2#gistcomment-3121626 -->
          <template v-for="(_, name) in $scopedSlots" v-slot:[name]="scope">
            <slot :name="name" v-bind="scope" />
          </template>
      
          <template v-for="(_, name) in $slots" v-slot:[name]>
            <slot :name="name" />
          </template>
      </q-table>
      

      Have you tried passing thought listeners and props like this?

      posted in Framework
      C
      Callo
    • Testing AE releases: harnesses manager, Jest, Cypress and docs

      New

      • improved docs in nearly all areas (https://testing.quasar.dev/)
      • feat(cypress): ignore videos and screenshots generated by CI execution
      • chore(testing): updated deps
      • chore(jest): updated deps
      • chore(cypress): updated deps

      Fixes

      • fix(cypress): update workaround for ResizeObserver exception
      • fix(testing): ensure test command works as expected with Jest and Cypress in CI mode
      • fix(cypress): make npm scripts work on windows (#143)
      • fix(jest): vue-jest parse pug as html (#139)
      • fix(jest): disable coverage by default (#137)
      • fix(jest): SFC test loader matcher (#134)
      posted in [v1] App Extensions
      C
      Callo
    • @quasar/testing-unit-jest@v2 and @quasar/testing-unit-cypress@v2 has been released!

      We just released v2 of Jest and Cypress harnesses as stable 🎉 🎉

      To update, ensure you have version control in place and run:

      • Jest: quasar ext add @quasar/testing-unit-jest
      • Cypress: quasar ext add @quasar/testing-e2e-cypress

      Official documentation has been updated too 📰

      • Jest: https://testing.quasar.dev/packages/unit-jest/
      • Cypress: https://testing.quasar.dev/packages/e2e-cypress/

      Changelog:

      • Jest: https://github.com/quasarframework/quasar-testing/releases/tag/unit-jest%40v2.0.0
      • Cypress: https://github.com/quasarframework/quasar-testing/releases/tag/e2e-cypress%40v2.0.0

      Check them out and tell us if you hit any roadblock 🙌

      posted in [v1] App Extensions
      C
      Callo
    • Next Jest testing harness entering final beta stages

      Hey there everybody!
      A new version of the Jest testing harness has landed as beta, please jump in by running quasar ext add @quasar/testing-unit-jest@beta and provide us some feedback!

      Here what you will get:

      • TypeScript support
      • enhanced helpers (mountQuasar and mountFactory)
      • brand new documentation

      We are collecting feedback here: https://github.com/quasarframework/quasar-testing/issues/122

      Waiting for you there!

      posted in [v1] App Extensions
      C
      Callo
    • RE: ESLint: Cannot read property 'loc' of undefined

      Hi @icetomcat, that error usually comes from having a misconfigured or globally installed ESLint installation.
      Can you better describe your dev environment?
      Would be the best if you could open an issue on GitHub and follow the proposed template: https://github.com/quasarframework/quasar/issues

      posted in Starter Kits
      C
      Callo