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
Make so the framework will create and store a report when there is an error with a game.
The idea is to create a way to easily understand way a game is crashing and be able to use this information to create test cases for the game that exercise the bug.
Todo:
Create an exception for catching and storing the game information.
Modify the game database to be able to store to crash report.
Data needed:
Seed
Players' Tokens
Players' Program code
Original Exception with Traceback
The text was updated successfully, but these errors were encountered:
Make so the framework will create and store a report when there is an error with a game.
The idea is to create a way to easily understand way a game is crashing and be able to use this information to create test cases for the game that exercise the bug.
Todo:
Data needed:
The text was updated successfully, but these errors were encountered: