We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Context:
Code Snippet
Example of .runsettings used
<?xml version="1.0" encoding="utf-8"?> <RunSettings> <TestRunParameters> <Parameter name="BaseUrl" value="https://aaa.bbb.com" /> </TestRunParameters> <!-- NUnit adapter --> <NUnit> <NumberOfTestWorkers>4</NumberOfTestWorkers> </NUnit> <!-- General run configuration --> <RunConfiguration> <EnvironmentVariables> <PWDEBUG>0</PWDEBUG> </EnvironmentVariables> </RunConfiguration> <!-- Playwright --> <Playwright> <BrowserName>chromium</BrowserName> <ExpectTimeout>5000</ExpectTimeout> <LaunchOptions> <Headless>false</Headless> <SlowMo>500</SlowMo> <Channel>chrome</Channel> </LaunchOptions> </Playwright> </RunSettings>
Describe the bug . After upgrading to 1.41.0 with .net8, SlowMo is no longer applied to the tests whether or not PWDEBUG is set to 1 or 0.
The text was updated successfully, but these errors were encountered:
Might be related to Issue #2834
Sorry, something went wrong.
Folding into #2794 (comment)
No branches or pull requests
Context:
NUnit 4.0.1
NUnit.Analyzers 3.10.0
Code Snippet
Example of .runsettings used
Describe the bug
.
After upgrading to 1.41.0 with .net8, SlowMo is no longer applied to the tests whether or not PWDEBUG is set to 1 or 0.
The text was updated successfully, but these errors were encountered: