We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d6a469 commit 7625d8cCopy full SHA for 7625d8c
1 file changed
allurerc.mjs
@@ -3,7 +3,6 @@ const { ALLURE_SERVICE_TOKEN } = process.env;
3
const allureService = ALLURE_SERVICE_TOKEN
4
? {
5
accessToken: ALLURE_SERVICE_TOKEN,
6
- legacy: true,
7
}
8
: undefined;
9
0 commit comments