You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
The Basic token is only for the Zephyr Server version. If you are using Cloud version, then you need to use cloud reporter. For instance:
// playwright.config.tsconstconfig: PlaywrightTestConfig={reporter: [['playwright-zephyr/lib/src/cloud',{// <-- Reporter for the Zephyr Scale cloud versionprojectKey: 'JARV',// <-- Replace with your project keyauthorizationToken: process.env.ZEPHYR_AUTH_TOKEN,// <-- Replace with your authorization token}],],}
It is not possible to login using bearer token.
The token type is always BASIC
https://github.com/elaichenkov/playwright-zephyr/blob/main/src/zephyr.service.ts#L40
The text was updated successfully, but these errors were encountered: