Multiplayer v2 (Glueball) [SYNTH-248] [SYNTH-261]
#4143
FissionUnitTest.yml
on: pull_request
Prepare Assetpack
16s
Playwright Unit Tests
2m 27s
Assetpack Tests
1m 5s
Multiplayer Tests
2m 1s
Annotations
3 errors and 6 notices
|
Playwright Unit Tests
Process completed with exit code 1.
|
|
src/test/mirabuf/ProtectedZoneSceneObject.test.ts > ProtectedZoneSceneObject > ZoneCollision applies penalty to opposing robot:
fission/src/test/mirabuf/ProtectedZoneSceneObject.test.ts#L162
AssertionError: expected "spy" to be called once with arguments: [ { miraType: 1, …(2) }, 5, …(1) ]
Received:
1st spy call:
@@ -3,7 +3,8 @@
"alliance": "blue",
"getOrientedBoundingBox": [Function spy],
"miraType": 1,
},
5,
- Any<String>,
+ "Entered Protected Zone",
+ false,
]
Number of calls: 1
❯ toHaveBeenCalledExactlyOnceWith src/test/mirabuf/ProtectedZoneSceneObject.test.ts:162:59
|
|
src/test/mirabuf/ProtectedZoneSceneObject.test.ts > ProtectedZoneSceneObject > ZoneCollision applies penalty to opposing robot:
fission/src/test/mirabuf/ProtectedZoneSceneObject.test.ts#L162
AssertionError: expected "spy" to be called once with arguments: [ { miraType: 1, …(2) }, 5, …(1) ]
Received:
1st spy call:
@@ -3,7 +3,8 @@
"alliance": "blue",
"getOrientedBoundingBox": [Function spy],
"miraType": 1,
},
5,
- Any<String>,
+ "Entered Protected Zone",
+ false,
]
Number of calls: 1
❯ toHaveBeenCalledExactlyOnceWith src/test/mirabuf/ProtectedZoneSceneObject.test.ts:162:59
|
|
Playwright Unit Tests:
fission/src/test/bootstrap/AppMount.test.tsx#L92
Screen unmounted gracefully
|
|
Playwright Unit Tests:
fission/src/test/bootstrap/AppMount.test.tsx#L88
Initial Scene DOM
|
|
Playwright Unit Tests:
fission/src/test/bootstrap/AppMount.test.tsx#L84
World initialized automatically on mount
|
|
Playwright Unit Tests:
fission/src/test/bootstrap/AppMount.test.tsx#L80
DOM successfully updated to include Synthesis components and the top bar
|
|
Playwright Unit Tests:
fission/src/test/bootstrap/AppMount.test.tsx#L66
index.css applied correctly
|
|
Playwright Unit Tests:
fission/src/test/bootstrap/AppMount.test.tsx#L59
expected global functions mount
|