Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/test/java/env/DriverUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public class DriverUtil {

public static DesiredCapabilities getCapability(InputStream input) {
DesiredCapabilities capability = new DesiredCapabilities();

try {
prop.load(input);
if(prop.containsKey("app")) {
Expand Down
1 change: 1 addition & 0 deletions src/test/java/env/Hooks.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ public void beforeScenario(Scenario scenario) {
// System.out.println(scenario.getName());
// System.out.println(scenario.getStatus());
}

}
5 changes: 5 additions & 0 deletions src/test/java/env/RunCukeTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,9 @@
)

public class RunCukeTest {
public void testSomeThing() {
// This method is intentionally left blank. The @RunWith annotation will handle the execution of the Cucumber tests.
System.out.println("Practicing...");
}
}

27 changes: 27 additions & 0 deletions src/test/java/env/names.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Alphabets
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z