Amr Salem

Results 3 issues of Amr Salem

im facing the following issue, generating allure report set, this issue is happening after first run, if switch to another branch it will work then 2nd run again will fail...

is there some way that can be used so I can extract some info from test spec files, like name of the test suites, test case titles...etc without executing any...

in my jest config ``` setupFilesAfterEnv: [ './jest.setup.js' , "@jest-decorated/core/globals" ], ``` in my setup.ts ``` import "@jest-decorated/core/globals"; module.exports = async function () { }; ``` other dependencies ``` "dependencies":...