BYU-ODH / yvideo-client

Front-end code for Y-Video (React)
GNU General Public License v3.0
3 stars 3 forks source link

Move testing to selenium? #862

Open reynoldsnlp opened 1 year ago

reynoldsnlp commented 1 year ago

We should consider adding selenium integration/functional testing to replace some of our other tests. We should still do integration testing, but any big picture integration testing and functional testing are probably best handled by actually rendering the app in the browser (usually a headless browser).