Is your feature request related to a problem? Please describe.
Adding some browser simulation tests that can be ran to make sure that the website is functioning as normal. To be ran either after a new site publish (usually on a weekly basis) or for testing when adding new features.
Describe the solution you'd like
Browser tests using Selenium to check various aspects of the website:
- Datasets page loads and has datasets
- Orgs page loads and has datasets
- Open a dataset page
- Open an org page
Selenium tests can be written using Python
https://vknight.org/unpeudemath/code/2014/12/23/using_python_and_selenium_for_a_jekyll_site.html
Describe alternatives you've considered
N/A
Additional context
N/A
Is your feature request related to a problem? Please describe.
Adding some browser simulation tests that can be ran to make sure that the website is functioning as normal. To be ran either after a new site publish (usually on a weekly basis) or for testing when adding new features.
Describe the solution you'd like
Browser tests using Selenium to check various aspects of the website:
Selenium tests can be written using Python
https://vknight.org/unpeudemath/code/2014/12/23/using_python_and_selenium_for_a_jekyll_site.html
Describe alternatives you've considered
N/A
Additional context
N/A