You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea is to have automated regression testing when new changes are deployed. Unit tests are good, but they only deliver a certain level of guarantee, which is evident when mocking starts (No evil here, just part of the usual flow). Also, E2E tools have the advantage that they are often not attached to any specific underlying tech, behaving as a real user who also does not care what the App is running on. 😏
That is the gist. I will be converting each of the task list items into an issue later, but I think that is the gist of it. Maybe the Send Transaction one will need to be broken into more pieces since the first may be the hardest one because it needs to interact with a wallet to be able to do any action (It will become the blueprint for the rest though)
📄 Context
The idea is to have automated regression testing when new changes are deployed. Unit tests are good, but they only deliver a certain level of guarantee, which is evident when mocking starts (No evil here, just part of the usual flow). Also, E2E tools have the advantage that they are often not attached to any specific underlying tech, behaving as a real user who also does not care what the App is running on. 😏
🔍 Tracking
The text was updated successfully, but these errors were encountered: