1.10.0 • Published 3 years ago

microapps-automation-helper v1.10.0

Weekly downloads
46
License
ISC
Repository
github
Last release
3 years ago

Microapps Automation Helper

GitHub license npm

API reference

Microapps automation helper is a library which provides common functions to test integration between Microapps Admin and Citrix Worskspace

Getting Started

Installation

To use microapps-automation-helper in your project, run:

npm i microapps-automation-helper
# or "yarn add microapps-automation-helper"

Example - How to use.

Import package and call login to Workspace

import { CitrixCloud, Workspace, MicroappsAdmin } from "microapps-automation-helper";
const workspace = new Workspace();

(async () => {
  await workspace.login({ page, workspaceUrl, workspaceUsername, workspacePassword, workspaceIdentityProvider });
  await page.waitForSelector("#notification-home-feed-cards", { visible: true });
})();
1.10.0

3 years ago

1.9.2

3 years ago

1.9.1

3 years ago

1.9.0

3 years ago

1.8.1

3 years ago

1.8.0

3 years ago

1.7.0

3 years ago

1.6.0

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.3

3 years ago

1.2.0

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.1.0

3 years ago

1.0.10

3 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago