JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q32801F
  • License MIT

A testing library to simplify the usage of raw Puppeteer methods

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)

CI build MIT License

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 bubanai

Install the required dependencies

  yarn install

Running Tests

To run tests, run the following command

  yarn test

API 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-api

HTML Documentation should be generated at docs folder