Last active
October 26, 2019 19:23
-
-
Save dagda1/381408d3746ee85ef806dbffc6dbb2fa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@RunWith(Courgette.class) | |
@CourgetteOptions( | |
threads = 1, | |
runLevel = CourgetteRunLevel.FEATURE, | |
rerunFailedScenarios = true, | |
showTestOutput = true, | |
)) | |
public class TestRunner { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment