Skip to content

Instantly share code, notes, and snippets.

View shankybnl's full-sized avatar
👋

Shanky Sharma shankybnl

👋
View GitHub Profile
@shankybnl
shankybnl / BreachEngine.feature
Created June 6, 2018 18:36
BreachEngine.feature
@allbreach
Feature: Breach engine tests to verify breach in case vehicle ETD change.
Background: Assign pilots on activity. Two home pilots (of DELP1 with pilot id:1422 and 1423)
reseted to a pitstop (DELP1). One Vehicle is going from DELP1 to AMBP1 (1121286)
and other to JAIP1(894440).ETD of both vehicles is in next 2 hours
(ETD from current time) at DELP1.
Given Active pilots "1422,1423"
And Reset pilot 1422 to "DELP1"
@shankybnl
shankybnl / CucumberRunnerUtil.java
Last active June 13, 2018 11:54
CucumberRunnerUtil.java
@RunWith(Cucumber.class)
@CucumberOptions(
monochrome = true,
features = "src/test/java/features",
glue = {"utils","steps"},
tags = {"@single"},
format = {
"pretty",
"html:target/cucumber-reports/cucumber-pretty",
"json:target/cucumber-reports/CucumberTestReport.json",
@shankybnl
shankybnl / BreachEngineTags.feature
Created June 13, 2018 12:36
BreachEngineTags.feature
@allbreach
Feature: Breach engine tests to verify breach in case vehicle ETD change.
Background: Assign pilots on activity. Two home pilots (of DELP1 with pilot id:1422 and 1423)
reseted to a pitstop (DELP1). One Vehicle is going from DELP1 to AMBP1 (1121286)
and other to JAIP1(894440).ETD of both vehicles is in next 2 hours
(ETD from current time) at DELP1.
Given Active pilots "1422,1423"
And Reset pilot 1422 to "DELP1"