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
The example (about building an online casino) could be made interactive by using something like Glitch to embed a runnable example. This would basically allow the user to view and edit code/tests files and to run Stryker to see what happens - pretty cool in my opinion 😎
Awesome idea! How exactly would that work? You want people to run stryker from night-lens? Because right now, Stryker is pretty reliant on fs and other core node modules to perform its work. That won't work in the browser without some major refactoring.
It should be runnable right now (Glitch provides some sort of vm sandbox). Follow the link -> press "Remix to edit" and then open the embedded console by pressing 'Tools' -> 'Logs', then select the 'Console' tab. Then npx stryker run 🙂
The example (about building an online casino) could be made interactive by using something like Glitch to embed a runnable example. This would basically allow the user to view and edit code/tests files and to run Stryker to see what happens - pretty cool in my opinion 😎
Example here: https://glitch.com/edit/#!/night-lens
(open the embedded console by pressing 'Tools' -> 'Logs', then select the 'Console' tab)
The text was updated successfully, but these errors were encountered: