quldude
quldude
@diemol will there be support for servlets in Se 4?
I was upgrading from nunit 3.6.1. I upgraded to v3.13.3 and see the same issue.
@rprouse do you know when we can get the fix for this?
I'm seeing this issue in .net 6 and nunit v3.13.3. I dont see this issue in .net framework. @CharliePoole do you know when is the fix planned?
@stevenaw any idea when the fix will be in master?
I want to add the same tag to a custom test function automatically and be able to execute playwright command using `--grep @tag`. For eg: if I call a custom...
Doesnt work. When running tests, get an error `Error: No tests found`.
I found another way: ``` onBegin(config: FullConfig, suite: Suite): void { for (const [name, options] of config.reporter) { if (name === 'html' && options) { this.reportFolder = options.outputFolder; break; }...
Thanks @Overclock303 ! Your workaround works for me as well. It looks like there is a bug that always seem to save the html in the directory before the current...
@anshooarora We are using C# ver 4.1.0 and not able to see the Steps count displayed like in your sample. Here is ours:  Here is from your site: 