TehShrike / abstract-state-router

Like ui-router, but without all the Angular. The best way to structure a single-page webapp.
http://tehshrike.github.io/state-router-example
294 stars 26 forks source link

feature: add github workflows to run tests and run browser tests also #140

Closed saibotsivad closed 2 years ago

saibotsivad commented 3 years ago

I only set it to use Node 14 because it's the latest LTS and asr doesn't really target Node anyway 🤷

Since tape-run uses Electron, we need xvfb (or similar) to get some window management on ubuntu-latest (it doesn't come with one by default).

TehShrike commented 2 years ago

I ended up going with CircleCI to avoid having to get familiar with Github Actions :-x