recheck-web-js

WebJar for recheck-web-js

Лицензия

Лицензия

AGPL-V3
Категории

Категории

JavaScript Языки программирования
Группа

Группа

org.webjars.npm
Идентификатор

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

recheck-web-js
Последняя версия

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

1.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

recheck-web-js
WebJar for recheck-web-js
Ссылка на сайт

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

https://www.webjars.org
Система контроля версий

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

https://github.com/retest/recheck-web-js

Скачать recheck-web-js

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/recheck-web-js/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>recheck-web-js</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/recheck-web-js/
implementation 'org.webjars.npm:recheck-web-js:1.1.0'
// https://jarcasting.com/artifacts/org.webjars.npm/recheck-web-js/
implementation ("org.webjars.npm:recheck-web-js:1.1.0")
'org.webjars.npm:recheck-web-js:jar:1.1.0'
<dependency org="org.webjars.npm" name="recheck-web-js" rev="1.1.0">
  <artifact name="recheck-web-js" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='recheck-web-js', version='1.1.0')
)
libraryDependencies += "org.webjars.npm" % "recheck-web-js" % "1.1.0"
[org.webjars.npm/recheck-web-js "1.1.0"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

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

recheck-web-js

Build Status Latest recheck on Maven Central license PRs welcome code with hearth by retest

This is the JavaScript behind recheck-web and the corresponding Chrome extension. What it does is collect all attributes of all elements of the rendered DOM. This can then be collected by recheck-web or sent to retest.de.

Installation

npm i recheck-web-js

Usage

TypeScript / es6

import { mapElement } from "recheck-web-js";

var htmlNode = document.getElementsByTagName("html")[0];
var html = transform(htmlNode);
var allElements = mapElement(htmlNode, "//html[1]", {
    "//html[1]" : html
});
console.log(allElements);

Test

npm run test

Release

The release of npm module and webjar is performed on travis. To trigger a build update the version in npm files and create a tag with:

npm version patch && git push --tags

If you want to release a minor version use:

npm version minor && git push --tags
org.webjars.npm

retest @ UBS Hainer GmbH

Making GUI test automation painless and intelligent

Версии библиотеки

Версия
1.1.0
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.5