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
As each of us is working on different parts at different times, it would be useful to have a document like our read me or change log where we could put tests and expected results for our areas. That way prior to submitting a PR you could run through the test to make sure your change did not break the world.
Quick example: Test item pickup and drop
Log in on 2 characters ( we need to test what other clients are seeing)
Take the wand and drop it to the ground.
a. Did both clients see and here the drop? Do you see the wand on the ground from both clients. Did client 1 do the animation to set the wand on the ground. Is the item out of the backpack for client 1?
Pick up the wand. Is the wand gone for client 2 and in the backpack of client 1. Did you see the animation from both clients. Did you hear the pickup sound.
The text was updated successfully, but these errors were encountered:
As each of us is working on different parts at different times, it would be useful to have a document like our read me or change log where we could put tests and expected results for our areas. That way prior to submitting a PR you could run through the test to make sure your change did not break the world.
Quick example: Test item pickup and drop
a. Did both clients see and here the drop? Do you see the wand on the ground from both clients. Did client 1 do the animation to set the wand on the ground. Is the item out of the backpack for client 1?
The text was updated successfully, but these errors were encountered: