A

AUTOTESTIMATIC-JAVA

An open-source Test automation Framework that allows you to perform multiple actions to test a web application's functionality, behaviour, which provides easy to use syntax, and easy to set up environment according to the needed requirements for testing
http://github.com/mohammedtaher95/SeleniumJAVA_TAF
MIT License The Apache License, Version 2.0
Mohammed Taher
Files download
File Operation
AUTOTESTIMATIC-JAVA-1.0.0.jar download
AUTOTESTIMATIC-JAVA-1.0.0.pom download
AUTOTESTIMATIC-JAVA-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.mohammedtaher95</groupId>
  <artifactId>AUTOTESTIMATIC-JAVA</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.mohammedtaher95:AUTOTESTIMATIC-JAVA:1.0.0'
Gradle Kotlin
implementation("io.github.mohammedtaher95:AUTOTESTIMATIC-JAVA:1.0.0")
Scala SBT
libraryDependencies += "io.github.mohammedtaher95" % "AUTOTESTIMATIC-JAVA" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.mohammedtaher95', module='AUTOTESTIMATIC-JAVA', version='1.0.0')
)
Apache Ivy
<dependency org="io.github.mohammedtaher95" name="AUTOTESTIMATIC-JAVA" rev="1.0.0" />
Leiningen
[io.github.mohammedtaher95/AUTOTESTIMATIC-JAVA "1.0.0"]
Apache Buildr
'io.github.mohammedtaher95:AUTOTESTIMATIC-JAVA:jar:1.0.0'
Dependencies

compile

|-- org.seleniumhq.selenium:selenium-java:4.13.0

|-- org.seleniumhq.selenium:selenium-manager:4.13.0

|-- org.seleniumhq.selenium:selenium-http-jdk-client:4.13.0

|-- org.testng:testng:7.8.0

|-- org.junit.jupiter:junit-jupiter:5.10.0

|-- org.junit.platform:junit-platform-launcher:1.10.0

|-- org.junit.vintage:junit-vintage-engine:5.10.0

|-- io.qameta.allure:allure-junit5:2.21.0

|-- io.cucumber:cucumber-java:7.12.1

|-- io.cucumber:cucumber-core:7.12.1

|-- io.cucumber:gherkin:26.0.1

|-- io.cucumber:cucumber-jvm:7.12.1

|-- io.cucumber:cucumber-testng:7.12.1

|-- io.qameta.allure:allure-java-commons:2.21.0

|-- io.qameta.allure:allure-attachments:2.21.0

|-- io.qameta.allure:allure-testng:2.21.0

|-- io.qameta.allure:allure-cucumber7-jvm:2.21.0

|-- io.rest-assured:rest-assured:5.3.1

|-- io.rest-assured:json-path:5.3.1

|-- io.appium:java-client:8.5.1

|-- com.browserstack:browserstack-local-java:1.0.6

|-- com.browserstack:automate-client-java:0.12

|-- com.sun.mail:javax.mail:1.6.2

|-- org.apache.commons:commons-email:1.5

|-- com.aventstack:extentreports:5.1.1

|-- com.relevantcodes:extentreports:2.41.2

|-- com.google.auto.service:auto-service:1.1.1

|-- com.google.auto.service:auto-service-annotations:1.1.1

|-- com.github.javafaker:javafaker:1.0.2

|-- io.github.bonigarcia:webdrivermanager:5.3.2

|-- org.apache.logging.log4j:log4j-core:2.20.0

|-- org.apache.logging.log4j:log4j-api:2.20.0

|-- org.apache.logging.log4j:log4j-slf4j-impl:2.20.0

|-- org.apache.logging.log4j:log4j-jul:2.20.0

|-- org.reflections:reflections:0.10.2

|-- org.aeonbits.owner:owner-java8:1.0.12

|-- org.jetbrains:annotations:24.0.1

|-- org.sonarsource.scanner.maven:sonar-maven-plugin:3.9.1.2184

|-- org.seleniumhq.selenium:selenium-api:4.14.1

provided

|-- org.projectlombok:lombok:1.18.26

runtime

|-- org.aspectj:aspectjweaver:1.9.19

test

|-- io.cucumber:cucumber-picocontainer:7.12.1

|-- io.cucumber:cucumber-junit:7.12.1