ols4
ols4 copied to clipboard
Add limited automated frontend testing
Limited frontend testing can be used to ensure correct information is displayed. Consider something like Selenium or similar.
Historically I have seen little value in automated frontend testing (because integration tests ensure correctness of returned data), but it may worth considering in this case. Should only added if it does add value.
I'm concerned about doing this while the frontend is under heavy development. I think we should focus on the dataload and API testing until we're 100% happy with those, which hopefully should sync with @serjoshua finalizing the frontend.
This can happen in parallel. Frontend should have ids for elements with populated data which can be tested against.