Run context configuration Ctrl-shift-f10 doesn't work for nested methods in IntelliJ 2025.2
Answered
In previous versions it was possible to start the following test with Ctrl-shift-f10 as you can also see with the play symbol:

In Version 2025.2 this symbol is not visible anymore and Ctrl-shift-f10 doesn't do anything:

as the runnable methode @playwright/test is nested in method awbTest.

In a testclass where the @playwright/test is imported and called directly it still works:

Please sign in to leave a comment.
Hello,
This is a known issue: WEB-74749. Please vote for it and follow it for updates.