You are on page 1of 1

Actual Configs

repositories {

maven { url "http://artifactory.colruyt.int/artifactory/externallibs-release/"


}
//http://artifactory.colruyt.int/artifactory/externallibs-release/
}
sourceSets {
test {
resources {
srcDir "test"
}

}
}
test {
useJUnit()

testLogging {
showStandardStreams = true
systemProperty "cucumber.options",
System.properties.getProperty("cucumber.options")

}
}
configurations {
cucumberRuntime {
extendsFrom testRuntime
}
}

Call with Rakesh Kumar Silveri (rakeshkumar.silveri@colruytgroup.com) has ended. 27


minutes

You might also like