-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Framework setup for UI automation of Inji Web
Signed-off-by: Mohanachandran S <[email protected]>
- Loading branch information
1 parent
4b2ca13
commit e4ea2a5
Showing
3 changed files
with
4 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 0 additions & 17 deletions
17
inji-web-test/src/test/resources/featurefiles/homepage.feature
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,3 @@ | ||
#Author: [email protected] | ||
#Keywords Summary : | ||
#Feature: List of scenarios. | ||
#Scenario: Business rule through list of steps with arguments. | ||
#Given: Some precondition step | ||
#When: Some key actions | ||
#Then: To observe outcomes or validation | ||
#And,But: To enumerate more Given,When,Then steps | ||
#Scenario Outline: List of steps for data-driven as an Examples and <placeholder> | ||
#Examples: Container for s table | ||
#Background: List of steps run before each of the scenarios | ||
#""" (Doc Strings) | ||
#| (Data Tables) | ||
#@ (Tags/Labels):To group Scenarios | ||
#<> (placeholder) | ||
#"" | ||
## (Comments) | ||
Feature: Inji web homepage testing | ||
|
||
@smoke @verifyingHomepage | ||
|