0.1.1 • Published 3 years ago

@thinkpixellab-public/px-test v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

px-test

This is a testing framework that provides basic accessibility and visual regression testing for web projects. The goal is to create a simple to understand boilerplate couples with a consistent approach to baseline testing that encourages testing in every project.

Useful Links

Install

Install the package

First, add the package to the project using npm.

npm install @thinkpixellab-public/px-test --save
Create a Shared Loader / Configuration File

?