Will Harney
Will Harney
The primary purpose of this PR is to fix #2982. I removed the logic that makes test file discovery relative to the specified `configFilePath`. Now the behavior is the same...
https://github.com/modernweb-dev/web/blob/9942e84d48ce75224dd9d09f70c72a41f374c377/packages/test-runner-core/src/runner/createSessionGroups.ts#L68-L69 There is an assumption, in the code above, that tests are contained in the same directory as the configs. That is not the case for my project, which has...
We'd like to upgrade [lwc-test](https://github.com/salesforce/lwc-test) to use node v24, but PWA Kit fails to install because of its `engines.node`. This PR allows PWA Kit to be installed with node v24,...