We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a53335a commit a1c2653Copy full SHA for a1c2653
lib/PuppeteerSharp.Tests/WontImplementTests.cs
@@ -25,6 +25,7 @@ public WontImplementTests(ITestOutputHelper output) : base(output)
25
[PuppeteerTest("launcher.spec.ts", "Puppeteer.launch", "falls back to launching chrome if there is an unknown product but logs a warning")]
26
[PuppeteerTest("tracing.spec.ts", "Tracing", "should return null in case of Buffer error")]
27
[PuppeteerTest("tracing.spec.ts", "Tracing", "should properly fail if readProtocolStream errors out")]
28
+ [PuppeteerTest("fixtures.spec.ts", "Fixtures", "dumpio option should work with pipe option")]
29
[Fact(Timeout = TestConstants.DefaultTestTimeout)]
30
public void TheseTesstWontBeImplemented()
31
{
0 commit comments