JetBrains / JetBrains/kotlin-compiler-devkit
Add a 'Run Specific Group Tests' action
- Dominant language
- Kotlin
- Stars
- 55
- Forks
- 17
- Avg merge
- 12h 13m
- Merged PRs (30d)
- 1
Description
When I work on features for Kotlin/JS, I frequently feel the need in running all JS-related test classes (and then, sometimes, WasmJS-related tests) but not all of available test classes. For example, I mostly not interested in JVM-related or Native ones.
What I want to see is an additional action like 'Run Specific Group Tests' action in common tests, with a possibility to choose between `[JS]`, `[Wasm]`, etc. For ungrouped tests, I expect to see special `Other` group or something like that.
Also, I suppose it would be useful to include new editor toolbar action near 'Run all...', something like 'Run all from group...'.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.