TestersAI.Core
Uses each framework's own TestContext / ITestOutputHelper so findings show up in VS Test Explorer and dotnet test output. Three lines of SDK code layer AI checks onto your existing C# / .NET suite โ same tests, same CI, same report; now with AI Checks at the moments you choose.
analyze_* call, or define your own.One self-contained page per combination. Shareable URL, everything you need to start.
Instantiate TestersAIFixture in your test; use TestersAIAssert.Clean(r) for hard assertions.
See install + example โ
Instantiate TestersAIFixture(outputHelper) in the constructor โ findings go to xUnit's test output.
See install + example โ
Take TestContext into the constructor; hand it to TestersAIFixture.
See install + example โ
new TestersAIPage(page). Hooks Console, PageError, and Response events.
See install + example โ
new TestersAIDriver(driver, log => ...). Pulls browser logs via driver.Manage().Logs.GetLog("browser").
See install + example โ
Universal across C# / .NET frameworks. Tune to your specific adapter on its own page.
The page just re-rendered. Ask "does this look right?" before any interaction.
Login, add-to-cart, toggle, submit. The UI just reflected a new state โ where regressions hide.
You were about to check one thing. Ask the AI about everything else for free.
API returned, spinner gone, toast shown. Catch broken empty-states and stale data.
A single console + network check at the end of every test catches issues your assertions ignored.
Mobile vs. desktop, light vs. dark, locale change. One call per viewport.