MVN

com.github.dramer : Bichromate

Maven & Gradle

Oct 28, 2018

Bichromate · Java, Selenium, Appium, Winium, Extend, and TestNG automated testing framework. Bichromate integrates the best of these frameworks and takes automation to the next level. With Bichromate there is one function call that builds any type of Web,IOS Mobile, Android, and Windows App driver on any platform (Windows, Mac, Linux). From Local web drivers, to SauceLabs, Browserstack, and Selenium grid. Build data driven tests is never easier. Bichromate also gives you built in Factories that, access DBs, Video Capture, FTP, POM Generation, Hilite element.

<dependency>
    <groupId>com.github.dramer</groupId>
    <artifactId>Bichromate</artifactId>
    <version>3.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.dramer : Bichromate to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.13

All Versions

Choose a version of com.github.dramer : Bichromate to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.13
Bichromate-3.13
3.12
Bichromate-3.12
3.11
Bichromate-3.11
3.10
Bichromate-3.10
3.9
Bichromate-3.9
3.8
Bichromate-3.8
3.7
Bichromate-3.7
3.6
Bichromate-3.6
3.5
Bichromate-3.5
3.4
Bichromate-3.4
3.3
Bichromate-3.3
3.2
Bichromate-3.2
3.1
Bichromate-3.1
1.0.x
Bichromate-1.0.0

How to add a dependency to Maven

Add the following com.github.dramer : Bichromate maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.dramer</groupId>
    <artifactId>Bichromate</artifactId>
    <version>3.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.dramer : Bichromate gradle dependency to your build.gradle file:

implementation 'com.github.dramer:Bichromate:3.13'

Gradle Kotlin DSL: Add the following com.github.dramer : Bichromate gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.dramer:Bichromate:3.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.dramer : Bichromate sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.dramer" % "Bichromate" % "3.13"