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

DEBUG mode in the config file does not report to Debug #130

Closed
MatanNoachNice opened this issue Feb 19, 2023 · 2 comments
Closed

DEBUG mode in the config file does not report to Debug #130

MatanNoachNice opened this issue Feb 19, 2023 · 2 comments

Comments

@MatanNoachNice
Copy link

Hi,

I am trying to make reports that project members running locally reach the DEBUG section in the report portal, but the "mode":"DEBUG" in the config file does not seem to work, and the tests are still presented in the Launches section.

I am using the examples-js repository as an example and running "simpleTest". I updated the config file like this:

{
  "token": "{my_token}",
  "endpoint": "{my_endpoint}/api/v1",
  "launch": "cucumber-js-test",
  "project": "{my_project}",
  "mode": "DEBUG",
  "attributes": [
    {
      "key": "launchK",
      "value": "launchV"
    }
  ],
  "description": "DESCRIPTION"
}

And the results look like this:
image

Am I missing something?

P.S. I also turned the "debug": true flag, but the results are the same

@Bam6ycha
Copy link
Contributor

@MatanNoachNice, Hello there!
We released a new version of Agent. In that version, this issue was fixed.

@MatanNoachNice
Copy link
Author

Thanks @Bam6ycha. It works now!

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

2 participants