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.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NjI1MTUsIm5iZiI6MTczODk2MjIxNSwicGF0aCI6Ii8xMjAzMDEwNTMvMjg3MzM4MjkxLTY4OGIzYjczLTZjNzYtNDc4NC1hNmEyLTc3ZjEzMThkYjk1NC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwN1QyMTAzMzVaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1hNzdkY2I1YjdkZjJkMTY3OTUxZmU5ZjU5NTI0Y2FmMWQ3YTY5OWJmM2VhZDY4OTdiYTU3MGIyYzg5YzYxZGQyJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.eTg1H50apJ6-D1MuPJUHqlineQy5ve_IpbKX7IEUUhs)
Just like what happens when running tests through the IDE functionality.
Beta Was this translation helpful? Give feedback.
All reactions