'GitHub for Unit and Integration Test Plans

I am using GitHub for a project and I would like to have some sort of feature where I can create unit test plans for each issue. What I want is a feature where I can type out step-by-step directions with screenshots where applicable that will walk the tester through every step and give pass or fail criteria. This is for Internal Testing on the team. After I as a developer of written the code and tested it out, I can write out the plan for that ticket to have another tester validate it. I even have a column just for internal testing.

After each sprint/iteration I then want to be able to take all of the unit test plans and combine them into an integration test plan that the team can walkthrough, perhaps after code review.

Is there a way to do anything like this in GitHub?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source