recheck-web-js

WebJar for recheck-web-js

License

License

ISC
Categories

Categories

JavaScript Languages Github Development Tools Version Controls
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

github-com-retest-recheck-web-js-
Last Version

Last Version

1.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

http://webjars.org
Source Code Management

Source Code Management

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

Download github-com-retest-recheck-web-js-

How to add to project

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

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