diff --git a/Execution_UI/Execution_UI.Tests/IntegrationTests/ApplicationTests.cs b/Execution_UI/Execution_UI.Tests/IntegrationTests/ApplicationTests.cs index 92a51eb6..ad765fbb 100644 --- a/Execution_UI/Execution_UI.Tests/IntegrationTests/ApplicationTests.cs +++ b/Execution_UI/Execution_UI.Tests/IntegrationTests/ApplicationTests.cs @@ -47,7 +47,7 @@ public async Task Get_CastPage_ReturnsSuccessStatusCode() var client = _factory.CreateClient(); // Act - var response = await client.GetAsync("/cast"); + var response = await client.GetAsync("/cast_new"); // Assert // Note: May return 500 if RabbitMQ/MySQL are not configured, diff --git a/Execution_UI/Execution_UI/Pages/cast_new.cshtml b/Execution_UI/Execution_UI/Pages/cast_new.cshtml new file mode 100644 index 00000000..dad0121f --- /dev/null +++ b/Execution_UI/Execution_UI/Pages/cast_new.cshtml @@ -0,0 +1,763 @@ +@page +@model Cast_NewModel +@{ + ViewData["Title"] = "Execution Controller"; +} + + + + +
+ + +Centralized Automation of Software Tools
+