darcydriscoll / chat-room

A small chat room made w/ Vue, Tailwind, MySQL, and PHP.
MIT License
0 stars 0 forks source link

Beef up manual testing processes #50

Closed darcydriscoll closed 2 years ago

darcydriscoll commented 2 years ago

🐏 Now: Motivation

⚜️ Where's the issue?

My testing processes.

⚜️ What's the issue?

My testing processes could be better at catching bugs before code is merged into main.

I want to ensure that code pushed to main is bug-free because, eventually, code pushed to main will be automatically deployed into production.

⚜️ Any ideas on how to solve it?

Write a list of generic manual tests to do for each new feature. e.g. test it when signing in with a new nickname, test it when already signed in, etc.

🦄 Later: Solving it

💠 The problem

n/a

💠 The method

💠 Notes

darcydriscoll commented 2 years ago

Done!