create TESTING
This commit is contained in:
39
tests/fixtures/data/missions.json
vendored
Normal file
39
tests/fixtures/data/missions.json
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"dashboard": {
|
||||
"widgets": []
|
||||
},
|
||||
"groups": [
|
||||
"Missions"
|
||||
],
|
||||
"missions": [
|
||||
{
|
||||
"actions": [
|
||||
{
|
||||
"id": "a1",
|
||||
"kind": "action",
|
||||
"label": "Wait",
|
||||
"params": {
|
||||
"seconds": 3
|
||||
},
|
||||
"type": "wait"
|
||||
}
|
||||
],
|
||||
"description": "Fixture mission for automated tests",
|
||||
"group": "Missions",
|
||||
"id": "testmission00001",
|
||||
"name": "Test Wait",
|
||||
"updated_at": "2026-06-13T00:00:00Z"
|
||||
}
|
||||
],
|
||||
"robots": [
|
||||
{
|
||||
"id": "default",
|
||||
"name": "Robot test",
|
||||
"online": true,
|
||||
"serial": "T-001"
|
||||
}
|
||||
],
|
||||
"schedules": [],
|
||||
"triggers": [],
|
||||
"version": 1
|
||||
}
|
||||
5
tests/fixtures/data/state.json
vendored
Normal file
5
tests/fixtures/data/state.json
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"active_layout_id": "",
|
||||
"layouts": [],
|
||||
"version": 3
|
||||
}
|
||||
Reference in New Issue
Block a user