ryanrixxh / timestamper

Capture the moment stay in the moment. Timestamper helps Twitch streamers create markers and post them to Twitch! It call also save to local marker files.
https://timestamper.fly.dev/
1 stars 0 forks source link

E2E Testing #26

Closed ryanrixxh closed 1 year ago

ryanrixxh commented 1 year ago

End to End testing needed for the program

ryanrixxh commented 1 year ago

Automated end to end testing is a time consuming feature to implement and just doesn't make sense with a program this simple. Better to just have a manual testing checklist and go through that whenever making major updates to the code.

Functionality is not expected to change drastically, or receive major boosts in complexity anyway. If it does then E2E can be set up at another time.