You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Intern has a programmatic API that seems like it should work with your TestRunner adapter. We have a simple how to section in the docs on using the programmatic API. The included grunt task is another example of using this interface.
We're looking into supporting intern in Stryker, the JavaScript mutation testing framework.
In order to support intern, we need a programmatic interface to interact with the test runner. Basically what we'll be doing is writing small changes (or mutants) to the input files. Each time we've mutated a file, we will start another test run and report the results. Our adapter interface looks like this: https://github.com/stryker-mutator/stryker/blob/master/packages/stryker-api/src/test_runner/TestRunner.ts
Is it be possible to programmatically interact with the test runner? If not, are there any plans to add it?
Original feature request here: stryker-mutator/stryker-js#430
The text was updated successfully, but these errors were encountered: