| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
# Keyword Driven Testing Framework with Selenium
This project demonstrates a Keyword Driven Testing (KDT) framework implemented using Selenium WebDriver in Java. The framework allows for easy creation and execution of automated test cases using a set of keywords defined in CSV files.
Allure Report Allure is a flexible lightweight test report tool that not only shows a very concise representation of what have been tested in a neat web report form, but allows everyone participating in the development process to extract maximum of useful information from everyday execution of tests.
To generate Allure reports, follow these steps:
Install Allure command-line tool using the instructions provided in the Allure documentation.
Execute your tests with Allure listeners attached.
After the test execution is complete, generate the Allure report using the command: **allure generate --clean **
Extent Report ExtentReports is an open-source reporting library for Java designed for the creation of beautiful, interactive, and detailed HTML reports.
Contributions to improve the framework or add new features are welcome! If you find any issues or have suggestions for improvement, please open an issue or submit a pull request.
NA
| Back | FazBrowse Home | New Git URL |