Skip to content

Commit

Permalink
132_issue: updated SerenityRunner to use max.retries only if junit.re…
Browse files Browse the repository at this point in the history
…try.tests=true, removing imports
  • Loading branch information
YamStranger committed Nov 10, 2015
1 parent 41361d0 commit a798480
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
package net.serenitybdd.plugins.gradle.integration

import net.serenitybdd.core.annotations.findby.By
import net.serenitybdd.core.pages.PageObject
import net.serenitybdd.plugins.gradle.SerenityPlugin
import org.gradle.testfixtures.ProjectBuilder
import org.junit.AfterClass
import org.junit.Before
import org.junit.BeforeClass
import org.openqa.selenium.WebDriver
import org.openqa.selenium.WebElement
import org.openqa.selenium.chrome.ChromeDriver
import org.openqa.selenium.firefox.FirefoxDriver
import org.openqa.selenium.phantomjs.PhantomJSDriver
import spock.lang.Shared
import spock.lang.Specification
import net.thucydides.core.util.TestResources
import java.nio.file.Files
Expand Down

0 comments on commit a798480

Please sign in to comment.