Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/selendilek/akakce.com_junit
Testing akakce website.
https://github.com/selendilek/akakce.com_junit
automation-testing java jenkins junit reports selenium webdriver website
Last synced: 21 days ago
JSON representation
Testing akakce website.
- Host: GitHub
- URL: https://github.com/selendilek/akakce.com_junit
- Owner: SelenDilek
- Created: 2023-10-23T22:22:12.000Z (over 1 year ago)
- Default Branch: SelenDilek
- Last Pushed: 2023-10-24T13:04:53.000Z (over 1 year ago)
- Last Synced: 2024-11-20T14:51:04.813Z (3 months ago)
- Topics: automation-testing, java, jenkins, junit, reports, selenium, webdriver, website
- Language: Java
- Homepage: https://www.akakce.com/
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# akakce.com_Junit
# https://www.akakce.com
Domain: https://www.akakce.com
## Team
- Emrullah Tanıma - QA Lead
- Samet Çamoğlu - Tester
- Ümit Boyraz - Tester
- Selen Dilek - Tester
- Rustam Roz - Tester
- Umut Can Güzel - TesterGetting Started
---------------The easiest way to get started is to clone the repository:
```bash
# File > New > Project From Version Control
# Copy to URL
[email protected]:emrtnm/OpenMRS.git# open project at Intellij
# select project JDK
jdk1.8# Open Module Settings at Intellij
# install selenium from maven
org.seleniumhq.selenium:selenium-java:4.11.0# install testng from maven
org.testng:testng:6.14.3# 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
xml > BaseTest.xml
```List of Dependencies
----------------| Package | Description |
|------------|-----------------------------------------|
| TestNG | Next Generation Testing Tool. |
| Selenium | Browser Automation Framework. |
| slf4j | The Simple Logging Facade for Java. |
| commons.io | The Apache Commons IO library |