@open-wc/testing-wallabydeprecated

Testing with wallaby following open-wc recommendations

Usage no npm install needed!

<script type="module">
  import openWcTestingWallaby from 'https://cdn.skypack.dev/@open-wc/testing-wallaby';
</script>

README

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.