recheck-web-js

WebJar for recheck-web-js

Лицензия

Лицензия

ISC
Категории

Категории

JavaScript Языки программирования Github Инструменты разработки Контроль версий
Группа

Группа

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

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

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

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

1.0.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

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

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

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

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

Скачать github-com-retest-recheck-web-js-

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

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

Зависимости

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

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

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

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.0.4