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.46.jar download
aem-selenium-it-base-0.2.46.pom download
aem-selenium-it-base-0.2.46-sources.jar download
Apache Maven
<dependency>
  <groupId>com.adobe.cq</groupId>
  <artifactId>aem-selenium-it-base</artifactId>
  <version>0.2.46</version>
</dependency>
Gradle Groovy
implementation 'com.adobe.cq:aem-selenium-it-base:0.2.46'
Gradle Kotlin
implementation("com.adobe.cq:aem-selenium-it-base:0.2.46")
Scala SBT
libraryDependencies += "com.adobe.cq" % "aem-selenium-it-base" % "0.2.46"
Groovy Grape
@Grapes(
  @Grab(group='com.adobe.cq', module='aem-selenium-it-base', version='0.2.46')
)
Apache Ivy
<dependency org="com.adobe.cq" name="aem-selenium-it-base" rev="0.2.46" />
Leiningen
[com.adobe.cq/aem-selenium-it-base "0.2.46"]
Apache Buildr
'com.adobe.cq:aem-selenium-it-base:jar:0.2.46'