Replies: 1 comment
-
Please elaborate on what you'd like to achieve by running tests via the Launcher API. IntelliJ IDEA is already doing that behind the scenes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any built-in ways to run tests with the Launcher API on the JUnit Platform?
I mean without manually starting the main() method as shown in the User Guide examples.
And is there any support from Intelij IDEA when running such tests?
![image](https://private-user-images.githubusercontent.com/120301053/287338291-688b3b73-6c76-4784-a6a2-77f1318db954.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMjk1NTgsIm5iZiI6MTczOTEyOTI1OCwicGF0aCI6Ii8xMjAzMDEwNTMvMjg3MzM4MjkxLTY4OGIzYjczLTZjNzYtNDc4NC1hNmEyLTc3ZjEzMThkYjk1NC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA5JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOVQxOTI3MzhaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0xYjIxZTRiNGFlMjVjMDM4N2E1NTUxMjRjNWRiNTU4YTk1ZGZhY2YyMjcxZDk0NjkwYjAwNzE1YTI4Y2EyZjJiJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.ZBP-X1sEZdioEbzb-MGnuW2eITmNsNJ6QrTQLlK4kFU)
Just like what happens when running tests through the IDE functionality.
Beta Was this translation helpful? Give feedback.
All reactions