-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# keeper-ui-tests | ||
|
||
Project containing the **automated tests** for **KEEPER** on **UI level**. | ||
|
||
## Frameworks & Patterns | ||
|
||
- **Selenium** - Automate test steps in the browser | ||
- **Page Object Pattern** - Define each web page under test as page object | ||
- **Cucumber** - Tests are defined as scenarios in the feature files | ||
- **Spring** - Dependency injection used for WebDriver and page objects | ||
- **TestNG** - Run the cucumber scenarios as tests | ||
|
||
## Setup and Execution | ||
|
||
1. Clone the repository on your machine. | ||
2. Configure basic test data (see testData.properties), consistent with your test environment, in the Maven settings.xml. | ||
3. Run tests by using Maven goal "clean test". |