Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pomidorum1989/java-selenium-screenplay
Automation framework leveraging selenium and screenplay pattern
https://github.com/pomidorum1989/java-selenium-screenplay
gradle h2-database java reportportal screenplay-pattern selenium-webdriver testng
Last synced: about 2 months ago
JSON representation
Automation framework leveraging selenium and screenplay pattern
- Host: GitHub
- URL: https://github.com/pomidorum1989/java-selenium-screenplay
- Owner: pomidorum1989
- Created: 2024-07-15T18:00:35.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-07-22T01:17:49.000Z (5 months ago)
- Last Synced: 2024-10-11T05:40:59.821Z (3 months ago)
- Topics: gradle, h2-database, java, reportportal, screenplay-pattern, selenium-webdriver, testng
- Language: Java
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Automation Framework with screenplay pattern
This repository contains an automation framework built using Java, TestNG, Gradle, Selenium and the Screenplay pattern.
Tests results are uploaded to https://demo.reportportal.io/
DB mock data is generated by H2 engine in the runtime.
The framework is designed to automate tests for the Google homepage (google.com).## How to Run the Test
To execute the test, follow these steps:```sh
gradle test