This might be far-fetched. What if Wallaby provided a cloud service which would run tests instantaneously? Kind of like instant CI.
A couple advantages:
- Leveraging something like Floobits, you could remotely pair up and see test results as you work.
- The ability of a browser to elegantly display test results is greater than that of an IDE, since most of the screen won't be a text editor.
Immediately known problems:
- Performance
- Custom setups might be difficult to reproduce
- Sandboxing/security
- Many more
However! This doesn't have to run in the cloud. Wallaby could show all sorts great info if it launched your browser and streamed data while you were working (a la Karma, except with an actual GUI). Real-time graphs, better visual feedback. It could help address some of the problems I mentioned in #674 by displaying several "contexts" at once.
This might be far-fetched. What if Wallaby provided a cloud service which would run tests instantaneously? Kind of like instant CI.
A couple advantages:
Immediately known problems:
However! This doesn't have to run in the cloud. Wallaby could show all sorts great info if it launched your browser and streamed data while you were working (a la Karma, except with an actual GUI). Real-time graphs, better visual feedback. It could help address some of the problems I mentioned in #674 by displaying several "contexts" at once.