Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add native mocha test execution support #26

Open
DinisCruz opened this issue Dec 13, 2014 · 0 comments
Open

Add native mocha test execution support #26

DinisCruz opened this issue Dec 13, 2014 · 0 comments
Labels

Comments

@DinisCruz
Copy link
Contributor

The core idea is that it should be possible to execute mocha tests directly from the UI. In fact one of the use cases for NWR should be to write and execute mocha requests.

  • research other web-based mocha execution guis (which allow point a click execution of tests)
  • see if the actually REPL script can be already a mocha test (i.e. the user thinks that it is writing just a bit of code, but behind the scenes that code is actually wrapped around a Mocha test which is then executed (this could be another 'context execution' option, just like the target language: Re-add javascript support (as a optional execution language) #13). Note that this is how the C# FluentSharp REPL code execution actually works, since behind the scenes what is happening is that the code written in REPL UI is wrapped around a full C# class)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant