-
Notifications
You must be signed in to change notification settings - Fork 5
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
Service is not initialized (Mocha or Cucumber + JS (Node 16.17.0) + WDIO) #6
Comments
Ciao @HannaTarasevich thanks for reaching me! In the meanwhile, |
Hi @gianlucamangiapelo, |
Hi, @HannaTarasevich did you find a solution to resolve the issue? |
Hello, any update ? I have the same problem |
I am also facing similar kind of issue, i can see from logs that service is able to connect to Azure DevOps test plan. Please help with solution Thanks in advance |
Hi @gianlucamangiapelo , |
Hi @paurushtaunk @gianlucamangiapelo I am also, facing same issue - In Azure Test Plans the test case is getting marked as "Not Applicable" instead of fail or pass. Any updates that worked? Pls. let me know. |
Hi! I dealt with the issue that service is not initialized (Mocha or Cucumber + JS (Node 16.17.0) + WDIO).
Analyzed both issues (#1 and #4 ), checked the logs and there are no any data about the service.
I use WDIO example files as a basis for verification and Azure trial subscription, I got appropriate responses using data from Azure API.
My config looks like:
I tried to delete and change this key caseIdRegex, and there was no success.
2022-09-14T18:24:31.827Z INFO @wdio/local-runner: Run worker command: run
2022-09-14T18:24:31.829Z DEBUG @wdio/config:ConfigParser: No compiler found, continue without compiling files
2022-09-14T18:24:31.976Z DEBUG @wdio/local-runner:utils: init remote session
2022-09-14T18:24:31.979Z DEBUG @wdio/utils:initialiseServices: initialise service "chromedriver" as NPM package
2022-09-14T18:24:32.030Z DEBUG @wdio/utils:initialiseServices: initialise service "geckodriver" as NPM package
2022-09-14T18:24:32.071Z DEBUG @wdio/utils:initialiseServices: initialise custom initiated service
2022-09-14T18:24:32.086Z INFO geckodriver: Start Geckodriver (C:\azure-pipelines\node_modules\geckodriver\geckodriver.exe) with args: --log=trace --port=59070
Example of scenario:
Feature: The Internet Guinea Pig Website
@C5
Scenario Outline: As a user, I can log into the secure area
Tokens were generated with Full access and with Test Plan management, no changes
The text was updated successfully, but these errors were encountered: