Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testReportingSupportsCucumberStepsWithSlashes (0.29 sec)

  1. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/cucumberjvm/CucumberJVMReportIntegrationTest.groovy

        @Rule
        public final TestResources resources = new TestResources(temporaryFolder)
    
        @Issue("https://issues.gradle.org/browse/GRADLE-2739")
        def testReportingSupportsCucumberStepsWithSlashes() {
            when:
            run "test"
            then:
            executedAndNotSkipped(":test")
            and:
            DefaultTestExecutionResult result = new DefaultTestExecutionResult(testDirectory)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 1.5K bytes
    - Viewed (0)
Back to top