To access the package in Stata:
net describe adotest, from("https://raw.githubusercontent.com/peterdutey/adotest/main/ado/")
To install the latest version directly from GitHub
net install adotest, from("https://raw.githubusercontent.com/peterdutey/adotest/main/ado/")
See test-template.do for an example test case and suite1 for an example test suite.