Accudio / async-alpine

Async Alpine brings advanced code splitting and lazy-loading to Alpine.js components!
https://async-alpine.dev
Apache License 2.0
152 stars 12 forks source link

Testing pages #12

Closed Accudio closed 2 years ago

Accudio commented 2 years ago

I am currently testing fixes, tweaks and additions against client sites which often have a lot going on and may not have a need for what I'm working on. This adds overhead to testing new changes.

I'd like some form of testing within this repo, not currently sure to what extent.

The basic would be simply a set of pages that load the latest version and apply it in several simple use-cases that can be manually checked. Could also look into testing frameworks to make it more automated, I wonder if I can see how Slinkity handles their tests for inspiration.

Accudio commented 2 years ago

Closed by #16:

Adds https://github.com/Accudio/async-alpine/issues/12. These are fairly basic at the moment, simply being sample html files with simple Async Alpine behaviour that can be easily manually checked.

They can potentially be enhanced with further tests that Alpine core behaviour is working as expected, and automation can be considered in future.

Accudio commented 2 years ago

Added in 0.3.0