- added indicator for running tests

- validation function is triggered when test is finished
This commit is contained in:
Sefa Ilkimen
2017-10-23 16:54:34 +02:00
parent 15bf6281bc
commit 9655c89486
5 changed files with 111 additions and 23 deletions
+1
View File
@@ -9,6 +9,7 @@
</head>
<body>
<h1 id="descriptionLbl">Advanced HTTP test suite</h1>
<input value="idle" id="statusInput" readonly></input>
<textarea rows="16" cols="50" id="expectedTextarea">Click next to run first test.</textarea>
<textarea rows="16" cols="50" id="resultTextarea"></textarea>
<button id="nextBtn">Run next test</button>