Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails to autodetect runner when the things it looks for are not in the entry points #573

Open
achingbrain opened this issue Jul 27, 2023 · 0 comments

Comments

@achingbrain
Copy link
Collaborator

When running a test file like this one autodetect fails to detect mocha.

I think this is because autodetect doesn't load the imported test files to continue trying to detect the test runner? Maybe it should?

achingbrain added a commit to ipfs/aegir that referenced this issue Jul 27, 2023
Autodetecting test runners is broken in playwright test. We only
use mocha so just pass it in as an option.

Refs:

- hugomrdias/playwright-test#573
- hugomrdias/playwright-test#572
achingbrain added a commit to ipfs/aegir that referenced this issue Jul 27, 2023
Autodetecting test runners is broken in playwright test. We only
use mocha so just pass it in as an option.

Refs:

- hugomrdias/playwright-test#573
- hugomrdias/playwright-test#572
@hugomrdias hugomrdias changed the title autodetect fail when describe isn't present Fails to autodetect runner when the things it looks for are not in the entry points Oct 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant