smoke #335
Annotations
2 errors
|
smoke
Process completed with exit code 1.
|
|
smoke/checks.smoke.ts > smoke: staging > every canonical URL serves its own stamped surface:
smoke/checks.smoke.ts#L17
AssertionError:
FAIL architecture (architecture) https://staging.kaihacks.ai/architecture/
- status 415 (expected 200)
~ no x-surface yet (pre-stamp build); surface identity unverified
FAIL main (main) https://staging.kaihacks.ai/main/
- status 415 (expected 200)
~ no x-surface yet (pre-stamp build); surface identity unverified
FAIL cvi (main) https://staging.kaihacks.ai/main/cvi/
- status 415 (expected 200)
~ no x-surface yet (pre-stamp build); surface identity unverified
FAIL privacy (main) https://staging.kaihacks.ai/main/privacy/
- status 415 (expected 200)
~ no x-surface yet (pre-stamp build); surface identity unverified
FAIL cultures (cultures) https://staging.kaihacks.ai/cultures/
- status 415 (expected 200)
~ no x-surface yet (pre-stamp build); surface identity unverified
FAIL plays (plays) https://staging.kaihacks.ai/plays/
- status 415 (expected 200)
~ no x-surface yet (pre-stamp build); surface identity unverified
FAIL misfits (misfits) https://staging.kaihacks.ai/misfits/
- status 415 (expected 200)
~ no x-surface yet (pre-stamp build); surface identity unverified
FAIL writing (writing) https://staging.kaihacks.ai/writing/
- status 415 (expected 200)
~ no x-surface yet (pre-stamp build); surface identity unverified
FAIL contact (main) https://staging.kaihacks.ai/main/contact/
- status 415 (expected 200)
~ no x-surface yet (pre-stamp build); surface identity unverified
: expected [ Array(9) ] to deeply equal []
- Expected
+ Received
- []
+ [
+ {
+ "errors": [
+ "status 415 (expected 200)",
+ ],
+ "name": "architecture",
+ "notes": [
+ "no x-surface yet (pre-stamp build); surface identity unverified",
+ ],
+ "ok": false,
+ "surface": "architecture",
+ "url": "https://staging.kaihacks.ai/architecture/",
+ },
+ {
+ "errors": [
+ "status 415 (expected 200)",
+ ],
+ "name": "main",
+ "notes": [
+ "no x-surface yet (pre-stamp build); surface identity unverified",
+ ],
+ "ok": false,
+ "surface": "main",
+ "url": "https://staging.kaihacks.ai/main/",
+ },
+ {
+ "errors": [
+ "status 415 (expected 200)",
+ ],
+ "name": "cvi",
+ "notes": [
+ "no x-surface yet (pre-stamp build); surface identity unverified",
+ ],
+ "ok": false,
+ "surface": "main",
+ "url": "https://staging.kaihacks.ai/main/cvi/",
+ },
+ {
+ "errors": [
+ "status 415 (expected 200)",
+ ],
+ "name": "privacy",
+ "notes": [
+ "no x-surface yet (pre-stamp build); surface identity unverified",
+ ],
+ "ok": false,
+ "surface": "main",
+ "url": "https://staging.kaihacks.ai/main/privacy/",
+ },
+ {
+ "errors": [
+ "status 415 (expected 200)",
+ ],
+ "name": "cultures",
+ "notes": [
+ "no x-surface yet (pre-stamp build); surface identity unverified",
+ ],
+ "ok": false,
+ "surface": "cultures",
+ "url": "https://staging.kaihacks.ai/cultures/",
+ },
+ {
+ "errors": [
+ "status 415 (expected 200)",
+ ],
+ "name": "plays",
+ "notes": [
+ "no x-surface yet (pre-stamp build); surface identity unverified",
+ ],
+ "ok": false,
+ "surface": "plays",
+ "url": "https://staging.kaihacks.ai/plays/",
+ },
+ {
+ "errors": [
+ "status 415 (expected 200)",
+ ],
+ "name": "misfits",
+ "notes": [
+ "no x-surface yet (pre-stamp build); surface identity unverified",
+ ],
+ "ok": false,
+ "surface": "misfits",
+ "url": "https://staging.kaihacks.ai/misfits/",
+ },
+ {
+ "errors": [
+ "status 415 (expected 200)",
+ ],
+ "name": "writing",
+ "notes": [
+ "no x-surface yet (pre-stamp build); surface identity unverified",
+ ],
+ "ok": false,
+ "surface": "writing",
+ "url": "https://staging.kaihacks.ai/writing/",
+ },
+ {
+ "errors": [
+ "status 415 (expected 200)",
+ ],
+ "name": "
|