quasarframework / quasar-testing

Testing Harness App Extensions for the Quasar Framework 2.0+
https://testing.quasar.dev
MIT License
179 stars 65 forks source link

docs(e2e-cypress): document how to replace boot files in component testing #346

Closed ChristopheBougere closed 1 year ago

ChristopheBougere commented 1 year ago

What kind of change does this PR introduce? (check at least one)

If you are adding a new test runner, have you...? (check all)

Does this PR introduce a breaking change? (check one)

If yes, please describe the impact and migration path for existing applications:

The PR fulfills these requirements:

If adding a new feature, the PR's description includes:

Other information:

See discussion in https://github.com/quasarframework/quasar-testing/issues/194#issuecomment-1682037177

It doesn't fix the issue, which is about adding a boot file loader helper, but it documents how to run test on components that depends on boot files.

ChristopheBougere commented 1 year ago

Done, feel free to add any additional information of course

IlCallo commented 1 year ago

Thanks for the contribution :D We're in the middle of some fixes to support the incoming new q-app packages major versions, so it could take a while before we publish the docs on the GH pages