-
-
Notifications
You must be signed in to change notification settings - Fork 261
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
[🐛 Bug]: ERROR @wdio/cli:launcher: No specs found to run, exiting with failure #393
Comments
Hi there, you used .js instead of .ts |
No reason js or ts. I get the same error. If you open project, you will see in spec using .js for local or browser stack. By the way local everything works fine. |
@mishko-misha the path should be ../../tests/specs/**/app*.spec.ts |
Please explain it:) what the difference is? |
I added ../ at the beginning because the path was looking in the wrong directory. Additionally I used .ts instead of .js |
I added but I get another error, please check logs, screens |
@mishko-misha correct, this is a different issue but can be corrected. The mentioned capabilities in the error from the log are incorrect. You can remove those and copy paste some of the capabilities from the Saucelabs android setup and that should resolve it. |
@erwinheitzman thanks a lot, you helped me:) |
You're welcome @mishko-misha let's keep the issue open though because these things should work out of the box and need to be fixed. Would you be comfortable to contribute the changes you needed to make? It would help us out a lot 😉 |
Have you read the Contributing Guidelines on issues?
WebdriverIO Version
8.36.1
Node.js Version
v21.7.1
Mode
WDIO Testrunner
Which capabilities are you using?
No response
What happened?
I use project https://github.com/webdriverio/appium-boilerplate
Every time when I run
npm run android.browserstack.app
tests for BrowserStack I get error2024-06-25T14:07:52.225Z ERROR @wdio/cli:launcher: No specs found to run, exiting with failure
I did but unfortunately it didn't help:
1 npm update
2 npm install @wdio/cli@latest --save-dev
3 npm install --save-dev @wdio/browserstack-service
But when I run tests on local machine - no problems!
What is your expected behavior?
No response
How to reproduce the bug.
3 use npm run android.browserstack.app
more details: https://github.com/webdriverio/appium-boilerplate
Relevant log output
Code of Conduct
Is there an existing issue for this?
The text was updated successfully, but these errors were encountered: