Unable to run specs in v0.2.1
See original GitHub issueHey team. I’m afraid that v0.2.1 may have introduced a bug. After upgrading I’m unable to run any specs at all. It always gives me Test Suites: 0 of x total
, whether or not I filter by filename.
npm run e2e:stage:headed -- test/e2e/specs/search/load.critical.ts
> be.net@0.0.0 e2e:stage:headed /Users/steve/adobe/behance/be.net
> cd test/e2e && PLAYWRIGHT_ENVIRONMENT=stage HEADED=true npx jest --runInBand "test/e2e/specs/search/load.critical.ts"
Test Suites: 0 of 1 total
Tests: 0 total
Snapshots: 0 total
Time: 0.105 s
Ran all test suites matching /test\/e2e\/specs\/search\/load.critical.ts/i.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:5 (5 by maintainers)
Top Results From Across the Web
No Test Found · Issue #16982 · microsoft/playwright - GitHub
With "type":"module" in the package.json I cannot run the tests using extension with above error mentioned by @hare0319: it can see the specs...
Read more >can't run rspec in RoR - ruby on rails - Stack Overflow
This is telling rails that you want a specific version of the json gem and that the gem must be between version 2.0.3...
Read more >2033440 – Gatekeeper v0.2.1 machine-config-operator can ...
Bug 2033440 - Gatekeeper v0.2.1 machine-config-operator can not evict gatekeeper-controller-manager due to disruption budget configuration.
Read more >Solve The User Problem - Gleb Bahmutov
Can't run because no spec files were found. We searched for any files matching this glob pattern: my-spec.js
Read more >Docker Compose release notes
For images with multiple names, Compose will now attempt to match the one present in the service configuration in the output of the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@celeryclub it was silly bug, I just fixed it and published new version. You can take a look
Thanks for the quick turnaround @mmarkelov!