This package has been deprecated

Author message:

This package is unmaintained please use something else if you are using wallaby

@open-wc/testing-wallaby

0.1.14 • Public • Published

Testing in IDE via Wallaby

Part of Open Web Components

Open Web Components provides a set of defaults, recommendations and tools to help facilitate your web component project. Our recommendations include: developing, linting, testing, building, tooling, demoing, publishing and automating.

CircleCI BrowserStack Status Renovate enabled

Wallaby.js is a Plugin for your IDE and runs tests in real time while you are typing.

Using:

Setup

npm init @open-wc

Manual

  1. Copy the config and save it as wallaby.js into your project root
  2. npm i -D @open-wc/testing-wallaby

Usage

Open your wallaby.js supported IDE and start with the provided config.

Example

The Set-Game Example has Wallaby Setup.

<script> export default { mounted() { const editLink = document.querySelector('.edit-link a'); if (editLink) { const url = editLink.href; editLink.href = url.substr(0, url.indexOf('/master/')) + '/master/packages/testing-wallaby/README.md'; } } } </script>

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @open-wc/testing-wallaby

    Weekly Downloads

    43

    Version

    0.1.14

    License

    MIT

    Unpacked Size

    8.39 kB

    Total Files

    4

    Last publish

    Collaborators

    • passle
    • d4kmor
    • larsdenbakker
    • modern-web