JSPM

  • Created
  • Published
  • Downloads 82083
  • Score
    100M100P100Q185304F
  • License MIT

Knapsack Pro Core library splits tests across CI nodes and makes sure that tests will run in optimal time on each CI node. This library gives core features like communication with KnapsackPro.com API. This library is a dependency for other projects specific for particular test runner.

Package Exports

  • @knapsack-pro/core

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 (@knapsack-pro/core) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@knapsack-pro/core

CircleCI

@knapsack-pro/core is JS npm package with core features for Knapsack Pro API.

Development

  1. Install dependencies.

    $ npm install
  2. Compile typescript code with gulp. The output will be in bin directory.

    $ npm start
  3. Register @knapsack-pro/core package globally in your local system. This way we will be able to develop other npm packages dependent on it.

    $ npm link