Последняя версия

Test Drop-in Framework 4.1.2

Test Drop-in Framework for Selenium WebDriver 4.1.x This repository contains these major deliverables: a) the Test Drop-in Framework, b) a WebDriver implementation offering enhanced logging capabilities, and c) the @FindByJS annotation support Provides a thin abstraction layer between the test environment and the test class plus its helpers. This makes the test code independent of the test environment, thus allowing exchange of tests between organizations or even companies. It comes with an event firing WebDriver wrapper plus corresponding interface. This allows you to implement listeners to arbitrary WebDriver activities for various purposes such as logging. Offers support of JavaScript commands to find elements in a way similar to @FindBy used on fields in Page Object classes.

Лицензия

Лицензия

BSD 3-Clause
Группа

Группа

com.salesforce.cqe
Идентификатор

Идентификатор

test-drop-in-framework
Версия

Версия

4.1.2
Тип

Тип

jar
Описание

Описание

Test Drop-in Framework
Test Drop-in Framework for Selenium WebDriver 4.1.x This repository contains these major deliverables: a) the Test Drop-in Framework, b) a WebDriver implementation offering enhanced logging capabilities, and c) the @FindByJS annotation support Provides a thin abstraction layer between the test environment and the test class plus its helpers. This makes the test code independent of the test environment, thus allowing exchange of tests between organizations or even companies. It comes with an event firing WebDriver wrapper plus corresponding interface. This allows you to implement listeners to arbitrary WebDriver activities for various purposes such as logging. Offers support of JavaScript commands to find elements in a way similar to @FindBy used on fields in Page Object classes.
Ссылка на сайт

Ссылка на сайт

https://github.com/salesforce/test-drop-in-framework
Система контроля версий

Система контроля версий

https://github.com/salesforce/test-drop-in-framework

Скачать test-drop-in-framework 4.1.2


<!-- https://jarcasting.com/artifacts/com.salesforce.cqe/test-drop-in-framework/ -->
<dependency>
    <groupId>com.salesforce.cqe</groupId>
    <artifactId>test-drop-in-framework</artifactId>
    <version>4.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.salesforce.cqe/test-drop-in-framework/
implementation 'com.salesforce.cqe:test-drop-in-framework:4.1.2'
// https://jarcasting.com/artifacts/com.salesforce.cqe/test-drop-in-framework/
implementation ("com.salesforce.cqe:test-drop-in-framework:4.1.2")
'com.salesforce.cqe:test-drop-in-framework:jar:4.1.2'
<dependency org="com.salesforce.cqe" name="test-drop-in-framework" rev="4.1.2">
  <artifact name="test-drop-in-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.salesforce.cqe', module='test-drop-in-framework', version='4.1.2')
)
libraryDependencies += "com.salesforce.cqe" % "test-drop-in-framework" % "4.1.2"
[com.salesforce.cqe/test-drop-in-framework "4.1.2"]

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
org.testng : testng jar 7.4.0
org.seleniumhq.selenium : selenium-java jar 4.1.0
com.fasterxml.jackson.core : jackson-core jar 2.13.0
com.fasterxml.jackson.core : jackson-annotations jar 2.13.0
com.fasterxml.jackson.core : jackson-databind jar 2.13.0

Модули Проекта

Данный проект не имеет модулей.