Package Exports
- bubanai
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (bubanai) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Bubanai - Puppeteer wrapper library (under construction)
Bubanai - in Hebrew it's a person that builds the puppets and operates them
A testing library to simplify the usage of raw Puppeteer methods
Getting started
TBD
Development
Clone the repository and navigate to the project folder
git clone git@github.com:wix-incubator/bubanai.git
cd bubanaiInstall the required dependencies
yarn installRunning Tests
To run tests, run the following command
yarn testAPI Reference
Explore the API on the GitHub pages
Documentation
Bubanai documentation is available at https://wix-incubator.github.io/bubanai
It's generated automatically on updating main branch.
Building documentation locally
In order to build the documentation locally, you need in project's root directory execute a command
yarn generate-apiHTML Documentation should be generated at docs folder