From: Jérôme Benoit Date: Thu, 30 Oct 2025 09:49:51 +0000 (+0100) Subject: chore: add opencode commands to run simulator tests X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=f1d0fc4ea9d269461d77db15258d2f9219ca6943;p=e-mobility-charging-stations-simulator.git chore: add opencode commands to run simulator tests Signed-off-by: Jérôme Benoit --- diff --git a/.opencode/command/tests-simulator-file.md b/.opencode/command/tests-simulator-file.md new file mode 100644 index 00000000..a0164569 --- /dev/null +++ b/.opencode/command/tests-simulator-file.md @@ -0,0 +1,8 @@ +--- +description: Run simulator tests for a file +--- + +Run simulator tests filtered by $ARGUMENTS. +Raw output: +!`pnpm test -- $ARGUMENTS` +Summarize failing tests and propose targeted fixes. diff --git a/.opencode/command/tests-simulator.md b/.opencode/command/tests-simulator.md new file mode 100644 index 00000000..0621de91 --- /dev/null +++ b/.opencode/command/tests-simulator.md @@ -0,0 +1,8 @@ +--- +description: Run simulator tests +--- + +Run the simulator test suite. +Raw output: +!`pnpm test` +Summarize failing tests and propose targeted fixes.