Salesforce WebDriver Testing Framework

Salesforce-WTF provides traceable reporting for both web and API testing, wraps and extends Selenium calls to more appropriately handle testing errors, and supports testing over multiple browsers. Additionally, Salesforce-WTF is optimized for use on Salesforce systems, with specific locators and actions for custom Salesforce objects.

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.steampunk.swtf
ArtifactId

ArtifactId

swtf-java
Last Version

Last Version

0.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

Salesforce WebDriver Testing Framework
Salesforce-WTF provides traceable reporting for both web and API testing, wraps and extends Selenium calls to more appropriately handle testing errors, and supports testing over multiple browsers. Additionally, Salesforce-WTF is optimized for use on Salesforce systems, with specific locators and actions for custom Salesforce objects.

Download swtf-java

How to add to project

<!-- https://jarcasting.com/artifacts/com.steampunk.swtf/swtf-java/ -->
<dependency>
    <groupId>com.steampunk.swtf</groupId>
    <artifactId>swtf-java</artifactId>
    <version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.steampunk.swtf/swtf-java/
implementation 'com.steampunk.swtf:swtf-java:0.0.3'
// https://jarcasting.com/artifacts/com.steampunk.swtf/swtf-java/
implementation ("com.steampunk.swtf:swtf-java:0.0.3")
'com.steampunk.swtf:swtf-java:jar:0.0.3'
<dependency org="com.steampunk.swtf" name="swtf-java" rev="0.0.3">
  <artifact name="swtf-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.steampunk.swtf', module='swtf-java', version='0.0.3')
)
libraryDependencies += "com.steampunk.swtf" % "swtf-java" % "0.0.3"
[com.steampunk.swtf/swtf-java "0.0.3"]

Dependencies

compile (7)

Group / Artifact Type Version
org.seleniumhq.selenium : selenium-java jar 3.141.59
org.seleniumhq.selenium : selenium-server jar 3.141.59
io.appium : java-client jar 7.3.0
io.github.bonigarcia : webdrivermanager jar 3.7.1
commons-io : commons-io jar 2.7
org.apache.httpcomponents : httpclient jar 4.5.13
com.googlecode.json-simple : json-simple jar 1.1.1

test (4)

Group / Artifact Type Version
org.testng : testng jar 6.14.3
org.mockito : mockito-core jar 3.12.4
org.mockito : mockito-inline jar 3.12.4
net.bytebuddy : byte-buddy jar 1.11.18

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.3
0.0.2
0.0.1