syntax-prosody-ot / main

A webapp for the syntax-prosody analyst working in Optimality Theory, with automated Gen, Con and Eval. Download build files from syntax-prosody-ot/build
https://spot.sites.ucsc.edu/
GNU General Public License v2.0
12 stars 2 forks source link

Frontend testing #585

Closed jbellik closed 3 years ago

jbellik commented 3 years ago

Research: How do we test html in Github actions? ex: https://www.joshkasuboski.com/posts/htmltest-githubactions/

Goal: to have automated frontend testing, starting the Google Doc of test cases for various inputs that you already set up.

sz245 commented 3 years ago

@jbellik Could you allow me to commit to the main branch for github action file? Thanks!

sz245 commented 3 years ago

@jbellik I just found out that Selenium WebDriver requires an account to use it. I am going to try to find another way to do frontend testing without using it.