A

AUTOTESTIMATIC-JAVA

An open-source Selenium Java-based 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/AUTOTESTIMATIC-SeleniumJAVA_TAF
MIT License The Apache License, Version 2.0
Mohammed Taher
Files download
File Operation
AUTOTESTIMATIC-JAVA-1.1.1.jar download
AUTOTESTIMATIC-JAVA-1.1.1.pom download
AUTOTESTIMATIC-JAVA-1.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.mohammedtaher95</groupId>
  <artifactId>AUTOTESTIMATIC-JAVA</artifactId>
  <version>1.1.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.mohammedtaher95:AUTOTESTIMATIC-JAVA:1.1.1'
Gradle Kotlin
implementation("io.github.mohammedtaher95:AUTOTESTIMATIC-JAVA:1.1.1")
Scala SBT
libraryDependencies += "io.github.mohammedtaher95" % "AUTOTESTIMATIC-JAVA" % "1.1.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.mohammedtaher95', module='AUTOTESTIMATIC-JAVA', version='1.1.1')
)
Apache Ivy
<dependency org="io.github.mohammedtaher95" name="AUTOTESTIMATIC-JAVA" rev="1.1.1" />
Leiningen
[io.github.mohammedtaher95/AUTOTESTIMATIC-JAVA "1.1.1"]
Apache Buildr
'io.github.mohammedtaher95:AUTOTESTIMATIC-JAVA:jar:1.1.1'
Dependencies

compile

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

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

|-- org.testng:testng:7.10.2

|-- org.junit.jupiter:junit-jupiter:5.11.0

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

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

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

|-- io.cucumber:cucumber-java:7.18.1

|-- io.cucumber:cucumber-core:7.18.1

|-- io.cucumber:gherkin:29.0.0

|-- io.cucumber:cucumber-jvm:7.18.1

|-- io.cucumber:cucumber-testng:7.18.1

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

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

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

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

|-- io.rest-assured:rest-assured:5.5.0

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

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

|-- 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

|-- org.apache.maven.surefire:surefire-junit-platform:3.4.0

|-- 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

|-- 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

provided

|-- org.projectlombok:lombok:1.18.26

runtime

|-- org.aspectj:aspectjweaver:1.9.19

test

|-- io.cucumber:cucumber-picocontainer:7.18.1

|-- io.cucumber:cucumber-junit:7.18.1