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

Run node tests in separate process #803

Open
jason0x43 opened this issue Sep 29, 2017 · 0 comments
Open

Run node tests in separate process #803

jason0x43 opened this issue Sep 29, 2017 · 0 comments
Labels
effort-high This will take a while enhancement A new or improved feature priority-low We'll get to this eventually
Projects

Comments

@jason0x43
Copy link
Member

This issue was split off from #780.

Intern 4 currently lets node be configured as if it were an remote environment (e.g., it must be specified in the environments config property). However, a more thorough implementation of this approach would involve starting new Node processes to run unit tests as if they were remote browsers. This could provide a number of benefits, such as:

  • It would be more apparent in a config which environments tests were being run in
  • Tests could be run in multiple versions of Node
  • Any solution developed for partitioning test sets and running groups in parallel would implicitly work for both Node and browser tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort-high This will take a while enhancement A new or improved feature priority-low We'll get to this eventually
Projects
No open projects
Next
Maybe
Development

No branches or pull requests

1 participant