The simplest way to create progressive web apps across platforms and devices. Start here. This repo is home to several projects in the PWABuilder family of tools.
Thanks maiconcarraro for opening a Pull Request! The reviewers will test the PR and highlight if there is any conflict or changes required. If the PR is approved we will proceed to merge the pull request 🙌
PR Type
Describe the current behavior?
The existing
npm run tests
is using a hardcoded URL mapped to https://preview.pwabuilder.com/reportcard?site=https://webboard.app which isn't working (outdated env variable) and also doesn't help validate localhost.Describe the new behavior?
Keep existing setup for CI, and allow localhost sanity check run for devs.
PR Checklist
npm run test
and ensure that all tests passAdditional Information