init app of test arena
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
# Mock script to return scenarios
|
||||
# Usage: ./get_scenarios.sh <branch_name>
|
||||
|
||||
BRANCH=$1
|
||||
|
||||
# Mock output
|
||||
echo '["scenario_login", "scenario_payment", "scenario_profile", "scenario_logout"]'
|
||||
Reference in New Issue
Block a user