Results 7 comments of Steven Chaves

I believe` --spec` option only works for directories. If you leave it out and create another npm script and call it in the `-s` option of `cypress-parallel` I think that...

``` npx cypress-parallel --help Options: --help Show help [boolean] --version Show version number [boolean] --script, -s Your npm Cypress command [string] --threads, -t Number of threads [number] --verbose, -v Execute...

I have been struggling with the same. On Wed, Nov 17, 2021 at 9:16 AM vicente.ruiz ***@***.***> wrote: > How can I keep using mochawesome as I used to do?...

I am using 1.26.0 but it occurred on 1.25.0 as well. If I revert back to 1.24.0, will that resolve the issue? If so is there a `backstage_cli` command to...

Well no real change. Direct call to JIRA instance good. ``` curl localhost:7007/api/jira-dashboard {"error":{"name":"AuthenticationError","message":"Missing credentials","stack":"AuthenticationError: Missing credentials\n at DefaultHttpAuthService.credentials (/mnt/c/Users/u1175114/Gitlab-tstenv/backstage_poc/backstage/node_modules/@backstage/backend-app-api/src/services/implementations/httpAuth/httpAuthServiceFactory.ts:150:13)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)"},"request":{"method":"GET","url":"/api/jira-dashboard"},"response":{"statusCode":401}} ```

Again: `curl -H "Authorization: ${JIRA_BEARER_TOKEN}" https://XXXXXXXXX/rest/api/2/project/SDLC` works fine.

Yes On Mon, Apr 22, 2024, 3:57 AM Maximilian Zerbe ***@***.***> wrote: > Have you set the jiraDashboard.annotationPrefix configuration to > something like jira? > > If so, you must...