Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/selendilek/tavantproject_web
TAVANTTECHNOLOGIESWEBAPPTESTING
https://github.com/selendilek/tavantproject_web
apachepoi automation cucumber featurefiles java maven pom regressiontest seleniumwebdriver smoketest testng ui
Last synced: 28 days ago
JSON representation
TAVANTTECHNOLOGIESWEBAPPTESTING
- Host: GitHub
- URL: https://github.com/selendilek/tavantproject_web
- Owner: SelenDilek
- Created: 2024-03-04T15:20:12.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-03-04T15:28:04.000Z (11 months ago)
- Last Synced: 2024-11-02T14:42:06.563Z (3 months ago)
- Topics: apachepoi, automation, cucumber, featurefiles, java, maven, pom, regressiontest, seleniumwebdriver, smoketest, testng, ui
- Language: Java
- Homepage: https://tavant.com/
- Size: 229 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Domain: (https://tavant.com/)
Getting Started
---------------The easiest way to get started is to clone the repository:
```bash
# File > New > Project From Version Control
# Copy to URL
(https://github.com/SelenDilek)# open project at Intellij
# select project JDK
jdk1.8# Open Module Settings at Intellij
# selenium from maven
org.seleniumhq.selenium:selenium-java:4.11.0# testng from maven
org.testng:testng:6.14.3# cucumber from maven
io.cucumber-testng:7.9.0# install slf4j from maven
org.slf4j:slf4j-nop:1.7.30# install commons.io from maven
commons-io:commons-io:2.11.0# Right click to main.java
Run 'main'# or Run XML configurations
runners > basetest.xml
```List of Dependencies
----------------| Package | Description |
|------------|-----------------------------------------|
| TestNG | Next Generation Testing Tool. |
| Cucumber | Feature Files and Extent Report |
| Selenium | Browser Automation Framework. |
| slf4j | The Simple Logging Facade for Java. |
| commons.io | The Apache Commons IO library |