ortoni-report is trying to open in Jenkins automatically #51
Replies: 2 comments 1 reply
|
In jenkins you have to pass CI = true as an env variable. |
1 reply
|
The default is set to never, so it wont open in jenkins by default. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Eventhough - we have given open: never or open: process.env.CI ? "never" : "always",
Its always trying to open in jenkins and making the stage in run state. Can you please share examples of jenkins and playwright config file ?
All reactions