wvlet / airframe

Essential Building Blocks for Scala
https://wvlet.org/airframe
Apache License 2.0
632 stars 66 forks source link

airspec: Integrate with IntelliJ IDEA #646

Open xerial opened 5 years ago

xerial commented 5 years ago

We may need to add support around here: https://github.com/JetBrains/intellij-scala/tree/idea192.x/scala/runners/src/org/jetbrains/plugins/scala/testingSupport

xerial commented 5 years ago

Initiated a discussion at IntelliJ Scala community: https://intellij-support.jetbrains.com/hc/en-us/community/posts/360004964679-Adding-a-support-for-AirSpec-a-new-testing-framework-for-Scala-and-Scala-js

xerial commented 5 years ago

Got a response from IntelliJ team, and we would start from creating a standalone plugin.

xerial commented 2 years ago

For whom visited this ticket. AirSpecLauncher can be used for running unit tests in debug mode. Here is an example launcher configuration in IntelliJ:

image