Commit graph

22 commits

Author SHA1 Message Date
Exidex
d1e61d4d19
Massively simplify scenario runner 2025-06-22 20:35:31 +02:00
Exidex
a0275cce28
Revert plugin runtime --extern rustc flag 2025-05-25 14:36:07 +02:00
Exidex
3599837033
Split plugin runtime (specifically deno) into separate workspace, and include it via --extern rustc flag 2025-05-23 20:59:04 +02:00
Exidex
1a1c862973
More plugin examples 2025-04-24 21:13:43 +02:00
Exidex
fc4df0efa1
Rename out-screenshot to out_screenshot 2025-03-15 20:14:09 +01:00
Exidex
6ccd091c8f
Rename scenarios directory to example_plugins 2025-03-15 20:14:09 +01:00
Exidex
6209ff6272
Update all js dependencies, react is still on v18 2024-12-20 18:33:23 +01:00
Exidex
bbfb17e4b1
Fix scenarios not working 2024-12-20 17:34:03 +01:00
Exidex
a54a760cd4
Update all rust dependencies 2024-12-20 15:36:54 +01:00
Exidex
5b769c8e7d
Deno update to 2.1.1 2024-12-18 22:08:12 +01:00
Exidex
f269e56c66 Replace frontend grpc server with in-process channel communication 2024-07-21 18:03:07 +02:00
Exidex
8a73b13fc2 Write local plugin logs to file, so it can be shown in "npm run dev" console 2024-07-18 20:42:07 +02:00
Exidex
b194488178 Rework startup. Frontend is in the same process as server. If server is already running, gui is opened. Added --minimized flag to start server without opening gui 2024-06-09 10:07:16 +02:00
Exidex
7ecd12985e Kill mock backend if frontend failed 2024-05-30 22:03:30 +02:00
Exidex
d7be24cb1f Add parameters to scenario runner to restrict amount of plugins or entrypoint run 2024-05-30 17:35:46 +02:00
Exidex
0dffdcca42 Fix scenario output being overwritten if there are multiple scenarios for the same entrypoint 2024-05-30 16:06:26 +02:00
Exidex
0e678810d8 Fix multiple issues with running several scenarios at once 2024-05-28 21:48:16 +02:00
Exidex
46193da8f4 Fix wrong entrypoint name on screenshot 2024-05-27 22:13:16 +02:00
Exidex
be84097e17 Fix screenshot generator failing for scenario that doesn't fit into the env var 2024-05-27 21:46:28 +02:00
Exidex
01584ede28 Fix scenario plugin not being recompiled on scenario run 2024-05-26 21:11:23 +02:00
Exidex
c9f9a3619e Infrastructure for screenshot generation based on scenario json data 2024-05-18 22:33:02 +02:00
Exidex
717e67568a Fix package-lock.json after previous commit 2024-05-17 21:12:22 +02:00