wix-answers-integrations-testkit
TypeScript icon, indicating that this package has built-in type declarations

1.0.11 • Public • Published

Answers Integrations Testkit & Sandbox

Allows writing e2e tests for Answers integrations by emulating the flows that happen when an integration runs on our server.

Install

npm i answers-integrations-testkit

API

Methods

triggerRegister(data: IntegrationData) => Promise

Simulates a call to the register hook

triggerUnegister(data: IntegrationData) => Promise

Simulates a call to the unregister hook

getTicketViewSandboxUrl: (context: SignedContext) => string;

Returns a url to view a ticket sandbox view - this will render a minimal ticket page with a naive implementation of our SDK. Using this you can test the actual integration to the sidebar.

getRenderedSettingsUrl: (tenantId: string) => string;

Returns a url to the settings - this will render your settings iframe as done in production.

closeServer: () => Promise;

Closes the server. Make sure to call this after your done with your tests.

Examples

See test code for examples - this tests the testkit using a dummy integration.

Sandbox

This package also comes with an UI for the testkit. It allows you to add your integration details and trigger hooks / simulate settings / simualte ticket page view.

Usage

  1. Install this package globally (npm i -g answers-integrations-testkit)
  2. Run answers-integrations-sandbox
  3. The url of the sandbox will be returned

TODO

  • support post message api (close, notify)
  • add full ticket context data example
  • add webhooks support
  • use the real SDK

Readme

Keywords

none

Package Sidebar

Install

npm i wix-answers-integrations-testkit

Weekly Downloads

13

Version

1.0.11

License

none

Unpacked Size

112 kB

Total Files

28

Last publish

Collaborators

  • gabigrin