Exemple #1
0
def selectTests():
    """
    It will return TestSelector Html page.
    """
    return template(
        "Views/testsuite",
        serverIpAddress=_serverIpAddress,
        port=_port,
        testSuites=getAllTestSuiteNames(),
        TestCases=makeTestCasesHtml(),
    )
Exemple #2
0
def py_runner():
    """
    It will return the home page of the application.
    """
    return template("Views/homepage", serverIpAddress=_serverIpAddress, port=_port)