I wanted to take a screenshot when a test fails, but, afterwords, run the @After method.
Is it possible to do so? With TestWatcher the method failed() runs after the @After.
Furthermore, I cannot pass the @After content to the TestWatcher finished() because I have a super.afterTest() to call in @After.
Any ideas?