Skip to content

Commit f9e2e27

Browse files
authored
Merge pull request #8 from webmate-io/testmgmt
Lots of minor improvements and bug fixes
2 parents ba68fc4 + c53215a commit f9e2e27

19 files changed

+456
-618
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
1-
# webmate JavaScript and TypeScript SDK [![Build Status](https://www.travis-ci.com/webmate-io/webmate-sdk-js.svg?branch=master)](https://www.travis-ci.com/webmate-io/webmate-sdk-js)
1+
# webmate JavaScript and TypeScript SDK <img src="https://avatars.githubusercontent.com/u/13346605" alt="webmate logo" width="28"/> [![Build Status](https://www.travis-ci.com/webmate-io/webmate-sdk-js.svg?branch=master)](https://www.travis-ci.com/webmate-io/webmate-sdk-js) ![npm](https://img.shields.io/npm/v/webmate-sdk-js)
22

33
The webmate SaaS test automation platform provides testing services for testers and developers of web applications.
44
This SDK contains wrapper code used to call the webmate API from JavaScript and TypeScript applications.
55

6-
The webmate JavaScript SDK is still under development and maintained regularly.
6+
The webmate JavaScript and TypeScript SDK is still under development and maintained regularly.
77
This release provides wrappers for the following tasks:
88

99
* Perform state extraction in an existing browser session, e.g. one that has been created via Selenium.
1010
* Execute a new JobRun in the webmate Job service, e.g. to start a Job comparing the layout of web pages in multiple browsers.
1111
* There is a convenience builder for a BrowserSessionCrossbrowserAnalysis job that may be used to compare the layout of states / web pages from multiple Selenium sessions.
1212
* There is a convenience builder for a BrowserSessionRegressionAnalysis job that may be used to compare the layout of states / web pages from multiple Selenium sessions.
1313

14-
This SDK pre-release gives access to a small subset of the features available in the API. The SDK will be completed over time.
15-
1614
For a complete list of recent changes, please refer to the [changelog](CHANGES.md).
1715

1816

index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ export * from './src/jobs/wm-value-factory';
5656
export * from './src/mailTest/mail-test-client';
5757
export * from './src/mailTest/mail-test-types';
5858
// packagemgmt
59+
export * from './src/packagemgmt/image-type';
5960
export * from './src/packagemgmt/package';
6061
export * from './src/packagemgmt/packagemgmt-client';
6162
// selenium

0 commit comments

Comments
 (0)