Skip to content

Commit 693fb8a

Browse files
Amit ChauhanAmit Chauhan
Amit Chauhan
authored and
Amit Chauhan
committed
feature change
1 parent db32cef commit 693fb8a

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ services:
2424
- HUB_PORT=4444
2525
deploy:
2626
mode: replicated
27-
replicas: 4
27+
replicas: 6
2828

2929
firefox:
3030
image: selenium/node-firefox:3.141.59-20210607
@@ -35,4 +35,4 @@ services:
3535
- HUB_PORT=4444
3636
deploy:
3737
mode: replicated
38-
replicas: 4
38+
replicas: 6

src/test/resources/com/test/InitialTest.feature

+14-14
Original file line numberDiff line numberDiff line change
@@ -42,22 +42,22 @@ Feature: UI Tests
4242
|"TestFirstName" |"TestLastName" | "testusername" |"test12345"|"testuser@testcompany.com"|"123-456-7890"|
4343
|"TestFirstName1" |"TestLastName1" | "testusername1" |"test123456"|"testuser1@testcompany.com"|"123-456-1000"|
4444

45-
# @firefox
46-
# Scenario: Add a user using pojo class in a scenario using data table and @DataTableType
47-
# Given I open the site "http://www.way2automation.com/angularjs-protractor/webtables/"
48-
# When I add user with passing info to pojo class
49-
# |FirstName|LastName|username| password|Email|CellPhone|
50-
# |TestFirstName3 |TestLastName3 | testusername3 |test67890|testuser3@testcompany3.com|456-789-1122|
45+
@firefox
46+
Scenario: Add a user using pojo class in a scenario using data table and @DataTableType
47+
Given I open the site "http://www.way2automation.com/angularjs-protractor/webtables/"
48+
When I add user with passing info to pojo class
49+
|FirstName|LastName|username| password|Email|CellPhone|
50+
|TestFirstName3 |TestLastName3 | testusername3 |test67890|testuser3@testcompany3.com|456-789-1122|
5151

52-
# Scenario Outline: Add a user using pojo class in scenario outline using @ParameterType
52+
Scenario Outline: Add a user using pojo class in scenario outline using @ParameterType
5353

54-
# Given I open the site "http://www.way2automation.com/angularjs-protractor/webtables/"
55-
# When I add user by passing <userInfo> to pojo class from scenario outline
56-
# Then I see user <userInfo> added to the table
57-
# Examples:
58-
# |userInfo|
59-
# |TestFirstName4,TestLastName4,testusername4,test98760,testuser4@testcompany4.com,7890-123-2233|
60-
# |TestFirstName5,TestLastName5,testusername5,test67890,testuser5@testcompany5.com,456-789-1122|
54+
Given I open the site "http://www.way2automation.com/angularjs-protractor/webtables/"
55+
When I add user by passing <userInfo> to pojo class from scenario outline
56+
Then I see user <userInfo> added to the table
57+
Examples:
58+
|userInfo|
59+
|TestFirstName4,TestLastName4,testusername4,test98760,testuser4@testcompany4.com,7890-123-2233|
60+
|TestFirstName5,TestLastName5,testusername5,test67890,testuser5@testcompany5.com,456-789-1122|
6161

6262

6363
# Scenario Outline: Delete user and validate user has been deleted

0 commit comments

Comments
 (0)