We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41c57a2 commit 3380baaCopy full SHA for 3380baa
src/setup/index.ts
@@ -10,7 +10,7 @@ import { processTagsOnTestStart } from './process-tags';
10
const debug = Debug('cypress-allure:setup');
11
12
export const allureAdapterSetup = () => {
13
- Cypress.env('cyTagsShowTagsInTitle', Cypress.env('allureShowTagsInTitle'));
+ Cypress.env('cyTagsShowTagsInTitle', Cypress.env('allureShowTagsInTitle') ?? Cypress.env('cyTagsShowTagsInTitle'));
14
15
registerTags();
16
registerCommands();
0 commit comments