Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chp-dev/projectautomation_infleta
Infleta Automation Project
https://github.com/chp-dev/projectautomation_infleta
infleta java maven selenium testng-framework
Last synced: about 2 months ago
JSON representation
Infleta Automation Project
- Host: GitHub
- URL: https://github.com/chp-dev/projectautomation_infleta
- Owner: Chp-Dev
- Created: 2024-04-09T12:58:15.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-09T13:14:16.000Z (9 months ago)
- Last Synced: 2024-04-09T17:09:47.668Z (9 months ago)
- Topics: infleta, java, maven, selenium, testng-framework
- Language: Java
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Project Automation Infleta
[@Nahuel Rodriguez](https://www.github.com/Chp-Dev/)
## Description
This is a test project developed in Java using Selenium librarie, TestNG. Its purpose is to calculate if it is convenient to buy in cash or in installments.
## Instructions
1. Create maven project in your favorite IDE.
2. Add dependencies in pom.xml file.```shell
org.seleniumhq.selenium
selenium-java
4.19.1
org.testng
testng
7.8.0
test
```