I have an ELM application which communicates with an HTTP server to fetch data. I would like to test its UI upon different type of API responses. A test would look something like:
- Start the app
- Serve to the app some static data
- Check the UI behavior
- Serve some other data
- Check UI again
and so on.
Such a generic use case has probably a lot of solutions - I'm looking for personal recommendation based on your experience. Preferably, I would like to code these tests in Python (Selenium?) and/or JavaScript.
Thank you.
Aucun commentaire:
Enregistrer un commentaire