@webex/embedded-app-sdk
v2.1.8
Published
A client-side js sdk to third party developers which allows them to communicate with the host being Webex App or Meeting Center client.
Downloads
4,574
Maintainers
Keywords
Readme
Getting Started
NOTE: DONT use the master version 1.0 please use the 2.0 version which is a beta release
Please consult the following articles as needed to get started.
- Set up git to clone the repository and setting up your fork
- webex-embedded-app-sdk
Starting dev server
- Run the following command,
yarn dev-server
- This will start a server in http://localhost:8080
- Along with this, we also have the mockup of thin client that can be viewed at http://localhost:8080/thinclient.html
Running cypress automation tests locally
- Start the dev server first by running following command,
yarn dev-server
- This will start a server in http://localhost:8080
- Then open cypress launchpad where we can run automation tests on desired browsers by running following command,
yarn test:automation
- This will start a cypress launchpad where after clicking on particular spec file we can automation tests for that file.
Helpful links
Changelog
Please find the Changelog here.