We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c6e16a commit e69211cCopy full SHA for e69211c
1 file changed
.github/workflows/dotnetCi.yml
@@ -41,7 +41,7 @@ jobs:
41
PullRequestParam: ${{ github.event_name == 'pull_request' && format('/d:sonar.pullrequest.key={0}', github.event.number) || '' }}
42
DISPLAY: :99
43
# Change selected factory to VerboseChrome to debug Chrome-related issues
44
- WebDriverFactory__SelectedConfiguration: CiHeadlessChrome
+ WebDriverFactory__SelectedConfiguration: VerboseChrome
45
46
steps:
47
- name: Checkout
0 commit comments