theintern / intern

A next-generation code testing stack for JavaScript.
https://theintern.io/
Other
4.36k stars 309 forks source link

Add an interactive menu to Intern's watch mode #1132

Open jason0x43 opened 4 years ago

jason0x43 commented 4 years ago

Add a menu to Intern's watch mode (#1096), similar to Jest's. This menu will allow users to decide how Intern should react to file updates. Since Intern doesn't yet have a good way to determine intern-file relationships, initial options will be fairly simple, something like:

  1. Run all tests
  2. Run suite files matching glob
  3. Run tests matching regex

The menu will make use of the prompt / response functionality added for #1130.