Timo Tijhof
Timo Tijhof
Looks like it's actually specific to Chrome. It also fails with a single browser when using: ```yaml browsers: - name: chrome ``` ``` $ NODE_OPTIONS='--trace-uncaught' npx airtap --verbose pass-basic.js airtap-multi...
> Should we add a back_forward_cache navigation type, and treat this is as a true navigation, to explicitly make it easier to identify these? A possible reason against, might be...
@david-pfx Coud you share an example or two of the kind of links you'd like to insert, and what (if any) test information you use to builld the links? I've...
I'd be happy to host eslint-plugin-qunit in the QUnit org. If you transfer the repo and send me a list of names, I'll create a team with y'all in it...
You're welcome. I've created the @qunitjs/eslint team, added this repo, and added `coverallsapp/github-action` to the allowed list of actions. That should be it in terms of access and CI. Let...
> Now, the example above doesnt seem to be either of those, right? The documentation is correct in saying that file-related tasks, expand your `src` patterns by using `node-glob` and...
Inspired by https://github.com/qunitjs/qunit/issues/1328 (@raycohen), where afaik we did not change this order so this page could be version agnostic I think? (e.g. applicable to both QUnit 2 and 3).
@BillyRayPreachersSon That text is referring to order within a single hook. "before", "beforeEach", "afterEach", and "after", are four different hooks. This is important as it allows children to build on...
That sounds great to me! I've seen ad-hoc ways to do this in a few places already. Most recently, I did one myself here in this repo to speed up...
Fixture reset. If we think parallel is likely to be useful in a browser, we may want to give each test its own fixture. That could involve providing an automatic...