1.10.0 • Published 4 years ago

microapps-automation-helper v1.10.0

Weekly downloads
46
License
ISC
Repository
github
Last release
4 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

4 years ago

1.9.2

4 years ago

1.9.1

4 years ago

1.9.0

4 years ago

1.8.1

4 years ago

1.8.0

4 years ago

1.7.0

4 years ago

1.6.0

4 years ago

1.5.0

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.3

5 years ago

1.2.0

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.1.0

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago