
Product
Introducing Repository Access Permissions and Custom Roles
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.
webmate-sdk-js
Advanced tools
The webmate SaaS test automation platform provides testing services for testers and developers of web applications. This SDK contains wrapper code used to call the webmate API from JavaScript and TypeScript applications.
The webmate JavaScript and TypeScript SDK is still under development and maintained regularly. This release provides wrappers for the following tasks:
For a complete list of recent changes, please refer to the changelog.
This release is also distributed via npm under the package name webmate-sdk-js. To use the SDK we recommend to install it via npm:
$ npm install webmate-sdk-js --save
To use the SDK afterwards, import it into your test files as follows:
var webmate = require("webmate-sdk-js");
If you're using TypeScript:
import * as Webmate from "webmate-sdk-js";
In TypeScript, you can also import the necessary type-definitions or classes directly:
import {
BrowserSessionId,
BrowserSessionStateExtractionConfig, CrossbrowserJobInput, OptViewPortDimension,
ProjectId, ScreenshotConfig,
WarmUpConfig,
WebmateAPISession, WebmateAuthInfo, WebmateEnvironment
} from "webmate-sdk-js";
See the following sample projects:
In order to use these samples, you need to have an account at webmate SaaS or a commercial on-premise installation. Please contact Testfabrik (info@testfabrik.com) if you are interested in evaluating webmate.
In order to use this SDK, you need to have an account at webmate SaaS or a commercial on-premise installation. Please contact Testfabrik (info@testfabrik.com) if you are interested in evaluating webmate.
Although, the SDK provides a number of features and convenience wrappers it doesn't exhaust the full potential of the webmate API. See the REST API Swagger documentation for a comprehensive summary of the webmate functionalities.
FAQs
A JavaScript and TypeScript SDK for communicating with the webmate API
The npm package webmate-sdk-js receives a total of 363 weekly downloads. As such, webmate-sdk-js popularity was classified as not popular.
We found that webmate-sdk-js demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.