Fused Frontend and Bakcend

This commit is contained in:
Dunemask 2022-08-09 17:59:36 +00:00
parent 55e0a21f79
commit b7f953e93d
11 changed files with 245 additions and 135 deletions

View file

@ -57,7 +57,7 @@ const runTests = () => {
liveIndicator();
setTimeout(() => {
const status = runTests();
pipeline.testData = status.pipelineData;
if (pipeline) pipeline.testData = status.pipelineData;
const testResult = {
...status,
name: test,