microapps-automation-helper
TypeScript icon, indicating that this package has built-in type declarations

1.10.0 • Public • Published

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 });
})();

/microapps-automation-helper/

    Package Sidebar

    Install

    npm i microapps-automation-helper

    Weekly Downloads

    36

    Version

    1.10.0

    License

    ISC

    Unpacked Size

    279 kB

    Total Files

    40

    Last publish

    Collaborators

    • janpfajfr
    • dominiksolc