recheck-web-js

WebJar for recheck-web-js

License

License

AGPL-V3
Categories

Categories

JavaScript Languages
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

recheck-web-js
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

recheck-web-js
WebJar for recheck-web-js
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

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

Download recheck-web-js

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.1.0
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.5