Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Ratchet

End to end test For asp.Net Core 2 in one Process without web-server (Like IIS or Kestrel) or browser (like chrome or IE).

c# Sample

var browser = new Ratchet<WebApplication.Startup>();

await browser.OpenUrl("/home/About");

var Document = await browser.WaitDocumentLoad();

var DocumentText = Document.TextContent;

var c = browser.WaitNextConsoleLog();

browser.ExecuteJavaScript("console.log('Hello World');");

TestContext.WriteLine("con: " + await c);

TestContext Output : Hello World

About

End to end test For asp.Net Core 2 in one Process without web-server (Like IIS or Kestrel) or browser (like chrome or IE).

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages