If I have a .html
file in a GitHub repository, eg for running aa set of JavaScript tests, is there any way I can view that page directly—thus running the tests?(如果我在GitHub存储库中有一个.html
文件,例如用于运行一组JavaScript测试,我有什么方法可以直接查看该页面 - 从而运行测试?)
For example, could I somehow actually see the test results that would be produced by the jQuery test suite , without downloading or cloning the repo to my local drive and running them there?(例如,我可以以某种方式实际看到由jQuery测试套件生成的测试结果,而无需将repo下载或克隆到我的本地驱动器并在那里运行它们吗?)
I know this would basically put GitHub in the static content hosting business, but then again, they just have to change their mime-type from text/plain
to text/html
.(我知道这基本上会把GitHub放在静态内容托管业务中,但是再一次,他们只需要将他们的mime-type从text/plain
更改为text/html
。)
ask by Domenic translate from so
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…