stdlib-js / www

Website for stdlib, a standard library for JavaScript and Node.js.
https://stdlib.io
Apache License 2.0
7 stars 8 forks source link

RFC: Setup user integration (UI) testing #7

Open kgryte opened 4 years ago

kgryte commented 4 years ago

Checklist

Please ensure the following tasks are completed before submitting a feature request.

Description

Description of the feature request.

This RFC proposes to setup user integration (UI) testing via puppeteer and tape. Ideally, we'd setup UI testing to run in a continuous integration environment, such as that which is offered via GitHub actions.

Initially, the tests can be simple and straightforward; e.g.,

Eventually, testing can be expanded to crawling the site and ensuring that

Related Issues

Does this feature request have any related issues?

No.

Questions

Any questions for reviewers?

No.

Other

Any other information relevant to this feature request? This may include screenshots, references, sample output, and/or implementation notes.

The following may provide some inspiration for how to use tape (or a stdlib equivalent):