a

aem-selenium-it-base

Base for testing using Selenium, using Selenide + Selenium-Jupiter
https://github.com/adobe/aem-selenium-it-base
The Apache License, Version 2.0
Ankit Agarwal Abhinav Saraswat
Files download
File Operation
aem-selenium-it-base-0.2.6.jar download
aem-selenium-it-base-0.2.6.pom download
aem-selenium-it-base-0.2.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.adobe.cq</groupId>
  <artifactId>aem-selenium-it-base</artifactId>
  <version>0.2.6</version>
</dependency>
Gradle Groovy
implementation 'com.adobe.cq:aem-selenium-it-base:0.2.6'
Gradle Kotlin
implementation("com.adobe.cq:aem-selenium-it-base:0.2.6")
Scala SBT
libraryDependencies += "com.adobe.cq" % "aem-selenium-it-base" % "0.2.6"
Groovy Grape
@Grapes(
  @Grab(group='com.adobe.cq', module='aem-selenium-it-base', version='0.2.6')
)
Apache Ivy
<dependency org="com.adobe.cq" name="aem-selenium-it-base" rev="0.2.6" />
Leiningen
[com.adobe.cq/aem-selenium-it-base "0.2.6"]
Apache Buildr
'com.adobe.cq:aem-selenium-it-base:jar:0.2.6'