CTPUG / wafer

A wafer-thin web application for running small conferences. Built using Django.
ISC License
49 stars 27 forks source link

Feature/gh actions selenium tests #691

Closed drnlm closed 1 year ago

drnlm commented 1 year ago

This adds 2 steps to run the selenium tests via github actions against chrome and firefox.

The number of combinations tested is intentionally minimal to keep run times sane.

I couldn't find an existing action to install firefox that looked well maintained, hence the manual installation, but I may well have missed something.