If you used the course builder, you course will be in Draft. While in draft, you can test your courses by going to the course dashboard, and clicking on View course page next to the course title. If you didn't use the course builder, follow the instructions in Manual repository setup before testing.
To test:
https://lab.github.com/:owner/:title, replacing :owner with the login of the owner and :title with the slugified title of course.https://lab.github.com/:owner/:title/admin.As you test your course, it is likely that you'll want to make updates. Pushing any changes to your course repository's master branch will automatically update the course. See Keep in sync for more information.
As you test your course, you'll run into errors and bugs. Sometimes, recognizing where you got stuck and giving a close look at the config.yml will show you exactly where you've run into issues.
Other times, you might need some extra context. Once a course has been published (even in draft), the Learning Lab app will report a status back to your course repository indicating whether your course was properly updated. This will be visible in the repository's commit history, or in pull requests.
