Skip to content

SDKs: Vue code snippets #10716

SDKs: Vue code snippets

SDKs: Vue code snippets #10716

Triggered via pull request May 16, 2024 18:45
Status Failure
Total duration 10m 44s
Artifacts 13

ci.yml

on: pull_request
Matrix: build
Matrix: Gen 1 React SDK
Matrix: Gen 2 SDK Snippets
Matrix: Gen 2 SDKs
Fit to window
Zoom out
Zoom in

Annotations

70 errors, 28 warnings, and 18 notices
Gen 2 SDK Snippets (nuxt)
Process completed with exit code 1.
[gen1-remix] › basic-styles.spec.ts:41:3 › Basic styles › Box with flex-direction row should have children aligned horizontally: packages/sdks-tests/src/e2e-tests/basic-styles.spec.ts#L47
1) [gen1-remix] › basic-styles.spec.ts:41:3 › Basic styles › Box with flex-direction row should have children aligned horizontally Error: ENOENT: no such file or directory, open '/home/runner/work/builder/builder/packages/sdks-tests/mocks/placeholder-img.png' 45 | test.fail(checkIsRN(sdk)); 46 | const mockImgPath = path.join(currentDirname, '..', '..', 'mocks', 'placeholder-img.png'); > 47 | const mockImgBuffer = fs.readFileSync(mockImgPath); | ^ 48 | 49 | await page.route('**/*', route => { 50 | const request = route.request(); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/basic-styles.spec.ts:47:30
[gen1-remix] › blocks.spec.ts:133:5 › Blocks › Video › video render and styles: packages/sdks-tests/src/e2e-tests/blocks.spec.ts#L136
2) [gen1-remix] › blocks.spec.ts:133:5 › Blocks › Video › video render and styles ──────────────── Error: ENOENT: no such file or directory, open '/home/runner/work/builder/builder/packages/sdks-tests/mocks/video.mp4' 134 | test.skip(checkIsRN(sdk)); 135 | const mockVideoPath = path.join(currentDirname, '..', '..', 'mocks', 'video.mp4'); > 136 | const mockVideoBuffer = fs.readFileSync(mockVideoPath); | ^ 137 | 138 | await page.route('**/*', route => { 139 | const request = route.request(); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/blocks.spec.ts:136:34
[gen1-remix] › blocks.spec.ts:199:5 › Blocks › Video › video children: packages/sdks-tests/src/e2e-tests/blocks.spec.ts#L202
3) [gen1-remix] › blocks.spec.ts:199:5 › Blocks › Video › video children ───────────────────────── Error: ENOENT: no such file or directory, open '/home/runner/work/builder/builder/packages/sdks-tests/mocks/video.mp4' 200 | test.skip(checkIsRN(sdk)); 201 | const mockVideoPath = path.join(currentDirname, '..', '..', 'mocks', 'video.mp4'); > 202 | const mockVideoBuffer = fs.readFileSync(mockVideoPath); | ^ 203 | 204 | await page.route('**/*', route => { 205 | const request = route.request(); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/blocks.spec.ts:202:34
Gen 1 React SDK (gen1-remix)
Process completed with exit code 1.
[gen1-react] › basic-styles.spec.ts:41:3 › Basic styles › Box with flex-direction row should have children aligned horizontally: packages/sdks-tests/src/e2e-tests/basic-styles.spec.ts#L47
1) [gen1-react] › basic-styles.spec.ts:41:3 › Basic styles › Box with flex-direction row should have children aligned horizontally Error: ENOENT: no such file or directory, open '/home/runner/work/builder/builder/packages/sdks-tests/mocks/placeholder-img.png' 45 | test.fail(checkIsRN(sdk)); 46 | const mockImgPath = path.join(currentDirname, '..', '..', 'mocks', 'placeholder-img.png'); > 47 | const mockImgBuffer = fs.readFileSync(mockImgPath); | ^ 48 | 49 | await page.route('**/*', route => { 50 | const request = route.request(); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/basic-styles.spec.ts:47:30
[gen1-react] › blocks.spec.ts:64:3 › Blocks › Image: packages/sdks-tests/src/e2e-tests/blocks.spec.ts#L71
2) [gen1-react] › blocks.spec.ts:64:3 › Blocks › Image ─────────────────────────────────────────── Error: ENOENT: no such file or directory, open '/home/runner/work/builder/builder/packages/sdks-tests/mocks/placeholder-img.png' 69 | ); 70 | const mockImgPath = path.join(currentDirname, '..', '..', 'mocks', 'placeholder-img.png'); > 71 | const mockImgBuffer = fs.readFileSync(mockImgPath); | ^ 72 | 73 | await page.route('**/*', route => { 74 | const request = route.request(); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/blocks.spec.ts:71:30
[gen1-react] › blocks.spec.ts:133:5 › Blocks › Video › video render and styles: packages/sdks-tests/src/e2e-tests/blocks.spec.ts#L136
3) [gen1-react] › blocks.spec.ts:133:5 › Blocks › Video › video render and styles ──────────────── Error: ENOENT: no such file or directory, open '/home/runner/work/builder/builder/packages/sdks-tests/mocks/video.mp4' 134 | test.skip(checkIsRN(sdk)); 135 | const mockVideoPath = path.join(currentDirname, '..', '..', 'mocks', 'video.mp4'); > 136 | const mockVideoBuffer = fs.readFileSync(mockVideoPath); | ^ 137 | 138 | await page.route('**/*', route => { 139 | const request = route.request(); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/blocks.spec.ts:136:34
[gen1-react] › blocks.spec.ts:199:5 › Blocks › Video › video children: packages/sdks-tests/src/e2e-tests/blocks.spec.ts#L202
4) [gen1-react] › blocks.spec.ts:199:5 › Blocks › Video › video children ───────────────────────── Error: ENOENT: no such file or directory, open '/home/runner/work/builder/builder/packages/sdks-tests/mocks/video.mp4' 200 | test.skip(checkIsRN(sdk)); 201 | const mockVideoPath = path.join(currentDirname, '..', '..', 'mocks', 'video.mp4'); > 202 | const mockVideoBuffer = fs.readFileSync(mockVideoPath); | ^ 203 | 204 | await page.route('**/*', route => { 205 | const request = route.request(); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/blocks.spec.ts:202:34
Gen 1 React SDK (gen1-react)
Process completed with exit code 1.
[gen1-next] › basic-styles.spec.ts:41:3 › Basic styles › Box with flex-direction row should have children aligned horizontally: packages/sdks-tests/src/e2e-tests/basic-styles.spec.ts#L47
1) [gen1-next] › basic-styles.spec.ts:41:3 › Basic styles › Box with flex-direction row should have children aligned horizontally Error: ENOENT: no such file or directory, open '/home/runner/work/builder/builder/packages/sdks-tests/mocks/placeholder-img.png' 45 | test.fail(checkIsRN(sdk)); 46 | const mockImgPath = path.join(currentDirname, '..', '..', 'mocks', 'placeholder-img.png'); > 47 | const mockImgBuffer = fs.readFileSync(mockImgPath); | ^ 48 | 49 | await page.route('**/*', route => { 50 | const request = route.request(); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/basic-styles.spec.ts:47:30
[gen1-next] › blocks.spec.ts:133:5 › Blocks › Video › video render and styles: packages/sdks-tests/src/e2e-tests/blocks.spec.ts#L136
2) [gen1-next] › blocks.spec.ts:133:5 › Blocks › Video › video render and styles ───────────────── Error: ENOENT: no such file or directory, open '/home/runner/work/builder/builder/packages/sdks-tests/mocks/video.mp4' 134 | test.skip(checkIsRN(sdk)); 135 | const mockVideoPath = path.join(currentDirname, '..', '..', 'mocks', 'video.mp4'); > 136 | const mockVideoBuffer = fs.readFileSync(mockVideoPath); | ^ 137 | 138 | await page.route('**/*', route => { 139 | const request = route.request(); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/blocks.spec.ts:136:34
[gen1-next] › blocks.spec.ts:199:5 › Blocks › Video › video children: packages/sdks-tests/src/e2e-tests/blocks.spec.ts#L202
3) [gen1-next] › blocks.spec.ts:199:5 › Blocks › Video › video children ────────────────────────── Error: ENOENT: no such file or directory, open '/home/runner/work/builder/builder/packages/sdks-tests/mocks/video.mp4' 200 | test.skip(checkIsRN(sdk)); 201 | const mockVideoPath = path.join(currentDirname, '..', '..', 'mocks', 'video.mp4'); > 202 | const mockVideoBuffer = fs.readFileSync(mockVideoPath); | ^ 203 | 204 | await page.route('**/*', route => { 205 | const request = route.request(); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/blocks.spec.ts:202:34
Gen 1 React SDK (gen1-next)
Process completed with exit code 1.
[react] › basic-styles.spec.ts:41:3 › Basic styles › Box with flex-direction row should have children aligned horizontally: packages/sdks-tests/src/e2e-tests/basic-styles.spec.ts#L47
1) [react] › basic-styles.spec.ts:41:3 › Basic styles › Box with flex-direction row should have children aligned horizontally Error: ENOENT: no such file or directory, open '/home/runner/work/builder/builder/packages/sdks-tests/mocks/placeholder-img.png' 45 | test.fail(checkIsRN(sdk)); 46 | const mockImgPath = path.join(currentDirname, '..', '..', 'mocks', 'placeholder-img.png'); > 47 | const mockImgBuffer = fs.readFileSync(mockImgPath); | ^ 48 | 49 | await page.route('**/*', route => { 50 | const request = route.request(); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/basic-styles.spec.ts:47:30
[react] › blocks.spec.ts:64:3 › Blocks › Image: packages/sdks-tests/src/e2e-tests/blocks.spec.ts#L71
2) [react] › blocks.spec.ts:64:3 › Blocks › Image ──────────────────────────────────────────────── Error: ENOENT: no such file or directory, open '/home/runner/work/builder/builder/packages/sdks-tests/mocks/placeholder-img.png' 69 | ); 70 | const mockImgPath = path.join(currentDirname, '..', '..', 'mocks', 'placeholder-img.png'); > 71 | const mockImgBuffer = fs.readFileSync(mockImgPath); | ^ 72 | 73 | await page.route('**/*', route => { 74 | const request = route.request(); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/blocks.spec.ts:71:30
[react] › blocks.spec.ts:133:5 › Blocks › Video › video render and styles: packages/sdks-tests/src/e2e-tests/blocks.spec.ts#L136
3) [react] › blocks.spec.ts:133:5 › Blocks › Video › video render and styles ───────────────────── Error: ENOENT: no such file or directory, open '/home/runner/work/builder/builder/packages/sdks-tests/mocks/video.mp4' 134 | test.skip(checkIsRN(sdk)); 135 | const mockVideoPath = path.join(currentDirname, '..', '..', 'mocks', 'video.mp4'); > 136 | const mockVideoBuffer = fs.readFileSync(mockVideoPath); | ^ 137 | 138 | await page.route('**/*', route => { 139 | const request = route.request(); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/blocks.spec.ts:136:34
[react] › blocks.spec.ts:199:5 › Blocks › Video › video children: packages/sdks-tests/src/e2e-tests/blocks.spec.ts#L202
4) [react] › blocks.spec.ts:199:5 › Blocks › Video › video children ────────────────────────────── Error: ENOENT: no such file or directory, open '/home/runner/work/builder/builder/packages/sdks-tests/mocks/video.mp4' 200 | test.skip(checkIsRN(sdk)); 201 | const mockVideoPath = path.join(currentDirname, '..', '..', 'mocks', 'video.mp4'); > 202 | const mockVideoBuffer = fs.readFileSync(mockVideoPath); | ^ 203 | 204 | await page.route('**/*', route => { 205 | const request = route.request(); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/blocks.spec.ts:202:34
Gen 2 SDKs (react)
Process completed with exit code 1.
[solid] › basic-styles.spec.ts:41:3 › Basic styles › Box with flex-direction row should have children aligned horizontally: packages/sdks-tests/src/e2e-tests/basic-styles.spec.ts#L47
1) [solid] › basic-styles.spec.ts:41:3 › Basic styles › Box with flex-direction row should have children aligned horizontally Error: ENOENT: no such file or directory, open '/home/runner/work/builder/builder/packages/sdks-tests/mocks/placeholder-img.png' 45 | test.fail(checkIsRN(sdk)); 46 | const mockImgPath = path.join(currentDirname, '..', '..', 'mocks', 'placeholder-img.png'); > 47 | const mockImgBuffer = fs.readFileSync(mockImgPath); | ^ 48 | 49 | await page.route('**/*', route => { 50 | const request = route.request(); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/basic-styles.spec.ts:47:30
[solid] › blocks.spec.ts:64:3 › Blocks › Image: packages/sdks-tests/src/e2e-tests/blocks.spec.ts#L71
2) [solid] › blocks.spec.ts:64:3 › Blocks › Image ──────────────────────────────────────────────── Error: ENOENT: no such file or directory, open '/home/runner/work/builder/builder/packages/sdks-tests/mocks/placeholder-img.png' 69 | ); 70 | const mockImgPath = path.join(currentDirname, '..', '..', 'mocks', 'placeholder-img.png'); > 71 | const mockImgBuffer = fs.readFileSync(mockImgPath); | ^ 72 | 73 | await page.route('**/*', route => { 74 | const request = route.request(); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/blocks.spec.ts:71:30
[solid] › blocks.spec.ts:133:5 › Blocks › Video › video render and styles: packages/sdks-tests/src/e2e-tests/blocks.spec.ts#L136
3) [solid] › blocks.spec.ts:133:5 › Blocks › Video › video render and styles ───────────────────── Error: ENOENT: no such file or directory, open '/home/runner/work/builder/builder/packages/sdks-tests/mocks/video.mp4' 134 | test.skip(checkIsRN(sdk)); 135 | const mockVideoPath = path.join(currentDirname, '..', '..', 'mocks', 'video.mp4'); > 136 | const mockVideoBuffer = fs.readFileSync(mockVideoPath); | ^ 137 | 138 | await page.route('**/*', route => { 139 | const request = route.request(); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/blocks.spec.ts:136:34
[solid] › blocks.spec.ts:199:5 › Blocks › Video › video children: packages/sdks-tests/src/e2e-tests/blocks.spec.ts#L202
4) [solid] › blocks.spec.ts:199:5 › Blocks › Video › video children ────────────────────────────── Error: ENOENT: no such file or directory, open '/home/runner/work/builder/builder/packages/sdks-tests/mocks/video.mp4' 200 | test.skip(checkIsRN(sdk)); 201 | const mockVideoPath = path.join(currentDirname, '..', '..', 'mocks', 'video.mp4'); > 202 | const mockVideoBuffer = fs.readFileSync(mockVideoPath); | ^ 203 | 204 | await page.route('**/*', route => { 205 | const request = route.request(); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/blocks.spec.ts:202:34
Gen 2 SDKs (solid)
Process completed with exit code 1.
[next-app-dir-client] › basic-styles.spec.ts:41:3 › Basic styles › Box with flex-direction row should have children aligned horizontally: packages/sdks-tests/src/e2e-tests/basic-styles.spec.ts#L47
1) [next-app-dir-client] › basic-styles.spec.ts:41:3 › Basic styles › Box with flex-direction row should have children aligned horizontally Error: ENOENT: no such file or directory, open '/home/runner/work/builder/builder/packages/sdks-tests/mocks/placeholder-img.png' 45 | test.fail(checkIsRN(sdk)); 46 | const mockImgPath = path.join(currentDirname, '..', '..', 'mocks', 'placeholder-img.png'); > 47 | const mockImgBuffer = fs.readFileSync(mockImgPath); | ^ 48 | 49 | await page.route('**/*', route => { 50 | const request = route.request(); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/basic-styles.spec.ts:47:30
[next-app-dir-client] › blocks.spec.ts:133:5 › Blocks › Video › video render and styles: packages/sdks-tests/src/e2e-tests/blocks.spec.ts#L136
2) [next-app-dir-client] › blocks.spec.ts:133:5 › Blocks › Video › video render and styles ─────── Error: ENOENT: no such file or directory, open '/home/runner/work/builder/builder/packages/sdks-tests/mocks/video.mp4' 134 | test.skip(checkIsRN(sdk)); 135 | const mockVideoPath = path.join(currentDirname, '..', '..', 'mocks', 'video.mp4'); > 136 | const mockVideoBuffer = fs.readFileSync(mockVideoPath); | ^ 137 | 138 | await page.route('**/*', route => { 139 | const request = route.request(); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/blocks.spec.ts:136:34
[next-app-dir-client] › blocks.spec.ts:199:5 › Blocks › Video › video children: packages/sdks-tests/src/e2e-tests/blocks.spec.ts#L202
3) [next-app-dir-client] › blocks.spec.ts:199:5 › Blocks › Video › video children ──────────────── Error: ENOENT: no such file or directory, open '/home/runner/work/builder/builder/packages/sdks-tests/mocks/video.mp4' 200 | test.skip(checkIsRN(sdk)); 201 | const mockVideoPath = path.join(currentDirname, '..', '..', 'mocks', 'video.mp4'); > 202 | const mockVideoBuffer = fs.readFileSync(mockVideoPath); | ^ 203 | 204 | await page.route('**/*', route => { 205 | const request = route.request(); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/blocks.spec.ts:202:34
Gen 2 SDKs (next-app-dir-client)
Process completed with exit code 1.
[solid-start] › basic-styles.spec.ts:41:3 › Basic styles › Box with flex-direction row should have children aligned horizontally: packages/sdks-tests/src/e2e-tests/basic-styles.spec.ts#L47
1) [solid-start] › basic-styles.spec.ts:41:3 › Basic styles › Box with flex-direction row should have children aligned horizontally Error: ENOENT: no such file or directory, open '/home/runner/work/builder/builder/packages/sdks-tests/mocks/placeholder-img.png' 45 | test.fail(checkIsRN(sdk)); 46 | const mockImgPath = path.join(currentDirname, '..', '..', 'mocks', 'placeholder-img.png'); > 47 | const mockImgBuffer = fs.readFileSync(mockImgPath); | ^ 48 | 49 | await page.route('**/*', route => { 50 | const request = route.request(); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/basic-styles.spec.ts:47:30
[solid-start] › blocks.spec.ts:133:5 › Blocks › Video › video render and styles: packages/sdks-tests/src/e2e-tests/blocks.spec.ts#L136
2) [solid-start] › blocks.spec.ts:133:5 › Blocks › Video › video render and styles ─────────────── Error: ENOENT: no such file or directory, open '/home/runner/work/builder/builder/packages/sdks-tests/mocks/video.mp4' 134 | test.skip(checkIsRN(sdk)); 135 | const mockVideoPath = path.join(currentDirname, '..', '..', 'mocks', 'video.mp4'); > 136 | const mockVideoBuffer = fs.readFileSync(mockVideoPath); | ^ 137 | 138 | await page.route('**/*', route => { 139 | const request = route.request(); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/blocks.spec.ts:136:34
[solid-start] › blocks.spec.ts:199:5 › Blocks › Video › video children: packages/sdks-tests/src/e2e-tests/blocks.spec.ts#L202
3) [solid-start] › blocks.spec.ts:199:5 › Blocks › Video › video children ──────────────────────── Error: ENOENT: no such file or directory, open '/home/runner/work/builder/builder/packages/sdks-tests/mocks/video.mp4' 200 | test.skip(checkIsRN(sdk)); 201 | const mockVideoPath = path.join(currentDirname, '..', '..', 'mocks', 'video.mp4'); > 202 | const mockVideoBuffer = fs.readFileSync(mockVideoPath); | ^ 203 | 204 | await page.route('**/*', route => { 205 | const request = route.request(); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/blocks.spec.ts:202:34
Gen 2 SDKs (solid-start)
Process completed with exit code 1.
[nuxt] › basic-styles.spec.ts:41:3 › Basic styles › Box with flex-direction row should have children aligned horizontally: packages/sdks-tests/src/e2e-tests/basic-styles.spec.ts#L47
1) [nuxt] › basic-styles.spec.ts:41:3 › Basic styles › Box with flex-direction row should have children aligned horizontally Error: ENOENT: no such file or directory, open '/home/runner/work/builder/builder/packages/sdks-tests/mocks/placeholder-img.png' 45 | test.fail(checkIsRN(sdk)); 46 | const mockImgPath = path.join(currentDirname, '..', '..', 'mocks', 'placeholder-img.png'); > 47 | const mockImgBuffer = fs.readFileSync(mockImgPath); | ^ 48 | 49 | await page.route('**/*', route => { 50 | const request = route.request(); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/basic-styles.spec.ts:47:30
[nuxt] › blocks.spec.ts:133:5 › Blocks › Video › video render and styles: packages/sdks-tests/src/e2e-tests/blocks.spec.ts#L136
2) [nuxt] › blocks.spec.ts:133:5 › Blocks › Video › video render and styles ────────────────────── Error: ENOENT: no such file or directory, open '/home/runner/work/builder/builder/packages/sdks-tests/mocks/video.mp4' 134 | test.skip(checkIsRN(sdk)); 135 | const mockVideoPath = path.join(currentDirname, '..', '..', 'mocks', 'video.mp4'); > 136 | const mockVideoBuffer = fs.readFileSync(mockVideoPath); | ^ 137 | 138 | await page.route('**/*', route => { 139 | const request = route.request(); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/blocks.spec.ts:136:34
[nuxt] › blocks.spec.ts:199:5 › Blocks › Video › video children: packages/sdks-tests/src/e2e-tests/blocks.spec.ts#L202
3) [nuxt] › blocks.spec.ts:199:5 › Blocks › Video › video children ─────────────────────────────── Error: ENOENT: no such file or directory, open '/home/runner/work/builder/builder/packages/sdks-tests/mocks/video.mp4' 200 | test.skip(checkIsRN(sdk)); 201 | const mockVideoPath = path.join(currentDirname, '..', '..', 'mocks', 'video.mp4'); > 202 | const mockVideoBuffer = fs.readFileSync(mockVideoPath); | ^ 203 | 204 | await page.route('**/*', route => { 205 | const request = route.request(); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/blocks.spec.ts:202:34
Gen 2 SDKs (nuxt)
Process completed with exit code 1.
[next-pages-dir] › basic-styles.spec.ts:41:3 › Basic styles › Box with flex-direction row should have children aligned horizontally: packages/sdks-tests/src/e2e-tests/basic-styles.spec.ts#L47
1) [next-pages-dir] › basic-styles.spec.ts:41:3 › Basic styles › Box with flex-direction row should have children aligned horizontally Error: ENOENT: no such file or directory, open '/home/runner/work/builder/builder/packages/sdks-tests/mocks/placeholder-img.png' 45 | test.fail(checkIsRN(sdk)); 46 | const mockImgPath = path.join(currentDirname, '..', '..', 'mocks', 'placeholder-img.png'); > 47 | const mockImgBuffer = fs.readFileSync(mockImgPath); | ^ 48 | 49 | await page.route('**/*', route => { 50 | const request = route.request(); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/basic-styles.spec.ts:47:30
[next-pages-dir] › blocks.spec.ts:133:5 › Blocks › Video › video render and styles: packages/sdks-tests/src/e2e-tests/blocks.spec.ts#L136
2) [next-pages-dir] › blocks.spec.ts:133:5 › Blocks › Video › video render and styles ──────────── Error: ENOENT: no such file or directory, open '/home/runner/work/builder/builder/packages/sdks-tests/mocks/video.mp4' 134 | test.skip(checkIsRN(sdk)); 135 | const mockVideoPath = path.join(currentDirname, '..', '..', 'mocks', 'video.mp4'); > 136 | const mockVideoBuffer = fs.readFileSync(mockVideoPath); | ^ 137 | 138 | await page.route('**/*', route => { 139 | const request = route.request(); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/blocks.spec.ts:136:34
[next-pages-dir] › blocks.spec.ts:199:5 › Blocks › Video › video children: packages/sdks-tests/src/e2e-tests/blocks.spec.ts#L202
3) [next-pages-dir] › blocks.spec.ts:199:5 › Blocks › Video › video children ───────────────────── Error: ENOENT: no such file or directory, open '/home/runner/work/builder/builder/packages/sdks-tests/mocks/video.mp4' 200 | test.skip(checkIsRN(sdk)); 201 | const mockVideoPath = path.join(currentDirname, '..', '..', 'mocks', 'video.mp4'); > 202 | const mockVideoBuffer = fs.readFileSync(mockVideoPath); | ^ 203 | 204 | await page.route('**/*', route => { 205 | const request = route.request(); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/blocks.spec.ts:202:34
Gen 2 SDKs (next-pages-dir)
Process completed with exit code 1.
[qwik-city] › basic-styles.spec.ts:41:3 › Basic styles › Box with flex-direction row should have children aligned horizontally: packages/sdks-tests/src/e2e-tests/basic-styles.spec.ts#L47
1) [qwik-city] › basic-styles.spec.ts:41:3 › Basic styles › Box with flex-direction row should have children aligned horizontally Error: ENOENT: no such file or directory, open '/home/runner/work/builder/builder/packages/sdks-tests/mocks/placeholder-img.png' 45 | test.fail(checkIsRN(sdk)); 46 | const mockImgPath = path.join(currentDirname, '..', '..', 'mocks', 'placeholder-img.png'); > 47 | const mockImgBuffer = fs.readFileSync(mockImgPath); | ^ 48 | 49 | await page.route('**/*', route => { 50 | const request = route.request(); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/basic-styles.spec.ts:47:30
[qwik-city] › blocks.spec.ts:133:5 › Blocks › Video › video render and styles: packages/sdks-tests/src/e2e-tests/blocks.spec.ts#L136
2) [qwik-city] › blocks.spec.ts:133:5 › Blocks › Video › video render and styles ───────────────── Error: ENOENT: no such file or directory, open '/home/runner/work/builder/builder/packages/sdks-tests/mocks/video.mp4' 134 | test.skip(checkIsRN(sdk)); 135 | const mockVideoPath = path.join(currentDirname, '..', '..', 'mocks', 'video.mp4'); > 136 | const mockVideoBuffer = fs.readFileSync(mockVideoPath); | ^ 137 | 138 | await page.route('**/*', route => { 139 | const request = route.request(); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/blocks.spec.ts:136:34
[qwik-city] › blocks.spec.ts:199:5 › Blocks › Video › video children: packages/sdks-tests/src/e2e-tests/blocks.spec.ts#L202
3) [qwik-city] › blocks.spec.ts:199:5 › Blocks › Video › video children ────────────────────────── Error: ENOENT: no such file or directory, open '/home/runner/work/builder/builder/packages/sdks-tests/mocks/video.mp4' 200 | test.skip(checkIsRN(sdk)); 201 | const mockVideoPath = path.join(currentDirname, '..', '..', 'mocks', 'video.mp4'); > 202 | const mockVideoBuffer = fs.readFileSync(mockVideoPath); | ^ 203 | 204 | await page.route('**/*', route => { 205 | const request = route.request(); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/blocks.spec.ts:202:34
Gen 2 SDKs (qwik-city)
Process completed with exit code 1.
[svelte] › basic-styles.spec.ts:41:3 › Basic styles › Box with flex-direction row should have children aligned horizontally: packages/sdks-tests/src/e2e-tests/basic-styles.spec.ts#L47
1) [svelte] › basic-styles.spec.ts:41:3 › Basic styles › Box with flex-direction row should have children aligned horizontally Error: ENOENT: no such file or directory, open '/home/runner/work/builder/builder/packages/sdks-tests/mocks/placeholder-img.png' 45 | test.fail(checkIsRN(sdk)); 46 | const mockImgPath = path.join(currentDirname, '..', '..', 'mocks', 'placeholder-img.png'); > 47 | const mockImgBuffer = fs.readFileSync(mockImgPath); | ^ 48 | 49 | await page.route('**/*', route => { 50 | const request = route.request(); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/basic-styles.spec.ts:47:30
[svelte] › blocks.spec.ts:64:3 › Blocks › Image: packages/sdks-tests/src/e2e-tests/blocks.spec.ts#L71
2) [svelte] › blocks.spec.ts:64:3 › Blocks › Image ─────────────────────────────────────────────── Error: ENOENT: no such file or directory, open '/home/runner/work/builder/builder/packages/sdks-tests/mocks/placeholder-img.png' 69 | ); 70 | const mockImgPath = path.join(currentDirname, '..', '..', 'mocks', 'placeholder-img.png'); > 71 | const mockImgBuffer = fs.readFileSync(mockImgPath); | ^ 72 | 73 | await page.route('**/*', route => { 74 | const request = route.request(); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/blocks.spec.ts:71:30
[svelte] › blocks.spec.ts:133:5 › Blocks › Video › video render and styles: packages/sdks-tests/src/e2e-tests/blocks.spec.ts#L136
3) [svelte] › blocks.spec.ts:133:5 › Blocks › Video › video render and styles ──────────────────── Error: ENOENT: no such file or directory, open '/home/runner/work/builder/builder/packages/sdks-tests/mocks/video.mp4' 134 | test.skip(checkIsRN(sdk)); 135 | const mockVideoPath = path.join(currentDirname, '..', '..', 'mocks', 'video.mp4'); > 136 | const mockVideoBuffer = fs.readFileSync(mockVideoPath); | ^ 137 | 138 | await page.route('**/*', route => { 139 | const request = route.request(); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/blocks.spec.ts:136:34
[svelte] › blocks.spec.ts:199:5 › Blocks › Video › video children: packages/sdks-tests/src/e2e-tests/blocks.spec.ts#L202
4) [svelte] › blocks.spec.ts:199:5 › Blocks › Video › video children ───────────────────────────── Error: ENOENT: no such file or directory, open '/home/runner/work/builder/builder/packages/sdks-tests/mocks/video.mp4' 200 | test.skip(checkIsRN(sdk)); 201 | const mockVideoPath = path.join(currentDirname, '..', '..', 'mocks', 'video.mp4'); > 202 | const mockVideoBuffer = fs.readFileSync(mockVideoPath); | ^ 203 | 204 | await page.route('**/*', route => { 205 | const request = route.request(); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/blocks.spec.ts:202:34
Gen 2 SDKs (svelte)
Process completed with exit code 1.
[vue] › basic-styles.spec.ts:41:3 › Basic styles › Box with flex-direction row should have children aligned horizontally: packages/sdks-tests/src/e2e-tests/basic-styles.spec.ts#L47
1) [vue] › basic-styles.spec.ts:41:3 › Basic styles › Box with flex-direction row should have children aligned horizontally Error: ENOENT: no such file or directory, open '/home/runner/work/builder/builder/packages/sdks-tests/mocks/placeholder-img.png' 45 | test.fail(checkIsRN(sdk)); 46 | const mockImgPath = path.join(currentDirname, '..', '..', 'mocks', 'placeholder-img.png'); > 47 | const mockImgBuffer = fs.readFileSync(mockImgPath); | ^ 48 | 49 | await page.route('**/*', route => { 50 | const request = route.request(); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/basic-styles.spec.ts:47:30
[vue] › blocks.spec.ts:133:5 › Blocks › Video › video render and styles: packages/sdks-tests/src/e2e-tests/blocks.spec.ts#L136
2) [vue] › blocks.spec.ts:133:5 › Blocks › Video › video render and styles ─────────────────────── Error: ENOENT: no such file or directory, open '/home/runner/work/builder/builder/packages/sdks-tests/mocks/video.mp4' 134 | test.skip(checkIsRN(sdk)); 135 | const mockVideoPath = path.join(currentDirname, '..', '..', 'mocks', 'video.mp4'); > 136 | const mockVideoBuffer = fs.readFileSync(mockVideoPath); | ^ 137 | 138 | await page.route('**/*', route => { 139 | const request = route.request(); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/blocks.spec.ts:136:34
[vue] › blocks.spec.ts:199:5 › Blocks › Video › video children: packages/sdks-tests/src/e2e-tests/blocks.spec.ts#L202
3) [vue] › blocks.spec.ts:199:5 › Blocks › Video › video children ──────────────────────────────── Error: ENOENT: no such file or directory, open '/home/runner/work/builder/builder/packages/sdks-tests/mocks/video.mp4' 200 | test.skip(checkIsRN(sdk)); 201 | const mockVideoPath = path.join(currentDirname, '..', '..', 'mocks', 'video.mp4'); > 202 | const mockVideoBuffer = fs.readFileSync(mockVideoPath); | ^ 203 | 204 | await page.route('**/*', route => { 205 | const request = route.request(); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/blocks.spec.ts:202:34
Gen 2 SDKs (vue)
Process completed with exit code 1.
[sveltekit] › basic-styles.spec.ts:41:3 › Basic styles › Box with flex-direction row should have children aligned horizontally: packages/sdks-tests/src/e2e-tests/basic-styles.spec.ts#L47
1) [sveltekit] › basic-styles.spec.ts:41:3 › Basic styles › Box with flex-direction row should have children aligned horizontally Error: ENOENT: no such file or directory, open '/home/runner/work/builder/builder/packages/sdks-tests/mocks/placeholder-img.png' 45 | test.fail(checkIsRN(sdk)); 46 | const mockImgPath = path.join(currentDirname, '..', '..', 'mocks', 'placeholder-img.png'); > 47 | const mockImgBuffer = fs.readFileSync(mockImgPath); | ^ 48 | 49 | await page.route('**/*', route => { 50 | const request = route.request(); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/basic-styles.spec.ts:47:30
[sveltekit] › blocks.spec.ts:133:5 › Blocks › Video › video render and styles: packages/sdks-tests/src/e2e-tests/blocks.spec.ts#L136
2) [sveltekit] › blocks.spec.ts:133:5 › Blocks › Video › video render and styles ───────────────── Error: ENOENT: no such file or directory, open '/home/runner/work/builder/builder/packages/sdks-tests/mocks/video.mp4' 134 | test.skip(checkIsRN(sdk)); 135 | const mockVideoPath = path.join(currentDirname, '..', '..', 'mocks', 'video.mp4'); > 136 | const mockVideoBuffer = fs.readFileSync(mockVideoPath); | ^ 137 | 138 | await page.route('**/*', route => { 139 | const request = route.request(); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/blocks.spec.ts:136:34
[sveltekit] › blocks.spec.ts:199:5 › Blocks › Video › video children: packages/sdks-tests/src/e2e-tests/blocks.spec.ts#L202
3) [sveltekit] › blocks.spec.ts:199:5 › Blocks › Video › video children ────────────────────────── Error: ENOENT: no such file or directory, open '/home/runner/work/builder/builder/packages/sdks-tests/mocks/video.mp4' 200 | test.skip(checkIsRN(sdk)); 201 | const mockVideoPath = path.join(currentDirname, '..', '..', 'mocks', 'video.mp4'); > 202 | const mockVideoBuffer = fs.readFileSync(mockVideoPath); | ^ 203 | 204 | await page.route('**/*', route => { 205 | const request = route.request(); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/blocks.spec.ts:202:34
Gen 2 SDKs (sveltekit)
Process completed with exit code 1.
[next-app-dir] › basic-styles.spec.ts:41:3 › Basic styles › Box with flex-direction row should have children aligned horizontally: packages/sdks-tests/src/e2e-tests/basic-styles.spec.ts#L47
1) [next-app-dir] › basic-styles.spec.ts:41:3 › Basic styles › Box with flex-direction row should have children aligned horizontally Error: ENOENT: no such file or directory, open '/home/runner/work/builder/builder/packages/sdks-tests/mocks/placeholder-img.png' 45 | test.fail(checkIsRN(sdk)); 46 | const mockImgPath = path.join(currentDirname, '..', '..', 'mocks', 'placeholder-img.png'); > 47 | const mockImgBuffer = fs.readFileSync(mockImgPath); | ^ 48 | 49 | await page.route('**/*', route => { 50 | const request = route.request(); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/basic-styles.spec.ts:47:30
[next-app-dir] › blocks.spec.ts:133:5 › Blocks › Video › video render and styles: packages/sdks-tests/src/e2e-tests/blocks.spec.ts#L136
2) [next-app-dir] › blocks.spec.ts:133:5 › Blocks › Video › video render and styles ────────────── Error: ENOENT: no such file or directory, open '/home/runner/work/builder/builder/packages/sdks-tests/mocks/video.mp4' 134 | test.skip(checkIsRN(sdk)); 135 | const mockVideoPath = path.join(currentDirname, '..', '..', 'mocks', 'video.mp4'); > 136 | const mockVideoBuffer = fs.readFileSync(mockVideoPath); | ^ 137 | 138 | await page.route('**/*', route => { 139 | const request = route.request(); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/blocks.spec.ts:136:34
[next-app-dir] › blocks.spec.ts:199:5 › Blocks › Video › video children: packages/sdks-tests/src/e2e-tests/blocks.spec.ts#L202
3) [next-app-dir] › blocks.spec.ts:199:5 › Blocks › Video › video children ─────────────────────── Error: ENOENT: no such file or directory, open '/home/runner/work/builder/builder/packages/sdks-tests/mocks/video.mp4' 200 | test.skip(checkIsRN(sdk)); 201 | const mockVideoPath = path.join(currentDirname, '..', '..', 'mocks', 'video.mp4'); > 202 | const mockVideoBuffer = fs.readFileSync(mockVideoPath); | ^ 203 | 204 | await page.route('**/*', route => { 205 | const request = route.request(); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/blocks.spec.ts:202:34
Gen 2 SDKs (next-app-dir)
Process completed with exit code 1.
[angular] › basic-styles.spec.ts:41:3 › Basic styles › Box with flex-direction row should have children aligned horizontally: packages/sdks-tests/src/e2e-tests/basic-styles.spec.ts#L47
1) [angular] › basic-styles.spec.ts:41:3 › Basic styles › Box with flex-direction row should have children aligned horizontally Error: ENOENT: no such file or directory, open '/home/runner/work/builder/builder/packages/sdks-tests/mocks/placeholder-img.png' 45 | test.fail(checkIsRN(sdk)); 46 | const mockImgPath = path.join(currentDirname, '..', '..', 'mocks', 'placeholder-img.png'); > 47 | const mockImgBuffer = fs.readFileSync(mockImgPath); | ^ 48 | 49 | await page.route('**/*', route => { 50 | const request = route.request(); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/basic-styles.spec.ts:47:30
[angular] › blocks.spec.ts:64:3 › Blocks › Image: packages/sdks-tests/src/e2e-tests/blocks.spec.ts#L71
2) [angular] › blocks.spec.ts:64:3 › Blocks › Image ────────────────────────────────────────────── Error: ENOENT: no such file or directory, open '/home/runner/work/builder/builder/packages/sdks-tests/mocks/placeholder-img.png' 69 | ); 70 | const mockImgPath = path.join(currentDirname, '..', '..', 'mocks', 'placeholder-img.png'); > 71 | const mockImgBuffer = fs.readFileSync(mockImgPath); | ^ 72 | 73 | await page.route('**/*', route => { 74 | const request = route.request(); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/blocks.spec.ts:71:30
[angular] › blocks.spec.ts:133:5 › Blocks › Video › video render and styles: packages/sdks-tests/src/e2e-tests/blocks.spec.ts#L136
3) [angular] › blocks.spec.ts:133:5 › Blocks › Video › video render and styles ─────────────────── Error: ENOENT: no such file or directory, open '/home/runner/work/builder/builder/packages/sdks-tests/mocks/video.mp4' 134 | test.skip(checkIsRN(sdk)); 135 | const mockVideoPath = path.join(currentDirname, '..', '..', 'mocks', 'video.mp4'); > 136 | const mockVideoBuffer = fs.readFileSync(mockVideoPath); | ^ 137 | 138 | await page.route('**/*', route => { 139 | const request = route.request(); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/blocks.spec.ts:136:34
[angular] › blocks.spec.ts:199:5 › Blocks › Video › video children: packages/sdks-tests/src/e2e-tests/blocks.spec.ts#L202
4) [angular] › blocks.spec.ts:199:5 › Blocks › Video › video children ──────────────────────────── Error: ENOENT: no such file or directory, open '/home/runner/work/builder/builder/packages/sdks-tests/mocks/video.mp4' 200 | test.skip(checkIsRN(sdk)); 201 | const mockVideoPath = path.join(currentDirname, '..', '..', 'mocks', 'video.mp4'); > 202 | const mockVideoBuffer = fs.readFileSync(mockVideoPath); | ^ 203 | 204 | await page.route('**/*', route => { 205 | const request = route.request(); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/blocks.spec.ts:202:34
Gen 2 SDKs (angular)
Process completed with exit code 1.
[angular-ssr] › basic-styles.spec.ts:41:3 › Basic styles › Box with flex-direction row should have children aligned horizontally: packages/sdks-tests/src/e2e-tests/basic-styles.spec.ts#L47
1) [angular-ssr] › basic-styles.spec.ts:41:3 › Basic styles › Box with flex-direction row should have children aligned horizontally Error: ENOENT: no such file or directory, open '/home/runner/work/builder/builder/packages/sdks-tests/mocks/placeholder-img.png' 45 | test.fail(checkIsRN(sdk)); 46 | const mockImgPath = path.join(currentDirname, '..', '..', 'mocks', 'placeholder-img.png'); > 47 | const mockImgBuffer = fs.readFileSync(mockImgPath); | ^ 48 | 49 | await page.route('**/*', route => { 50 | const request = route.request(); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/basic-styles.spec.ts:47:30
[angular-ssr] › blocks.spec.ts:133:5 › Blocks › Video › video render and styles: packages/sdks-tests/src/e2e-tests/blocks.spec.ts#L136
2) [angular-ssr] › blocks.spec.ts:133:5 › Blocks › Video › video render and styles ─────────────── Error: ENOENT: no such file or directory, open '/home/runner/work/builder/builder/packages/sdks-tests/mocks/video.mp4' 134 | test.skip(checkIsRN(sdk)); 135 | const mockVideoPath = path.join(currentDirname, '..', '..', 'mocks', 'video.mp4'); > 136 | const mockVideoBuffer = fs.readFileSync(mockVideoPath); | ^ 137 | 138 | await page.route('**/*', route => { 139 | const request = route.request(); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/blocks.spec.ts:136:34
[angular-ssr] › blocks.spec.ts:199:5 › Blocks › Video › video children: packages/sdks-tests/src/e2e-tests/blocks.spec.ts#L202
3) [angular-ssr] › blocks.spec.ts:199:5 › Blocks › Video › video children ──────────────────────── Error: ENOENT: no such file or directory, open '/home/runner/work/builder/builder/packages/sdks-tests/mocks/video.mp4' 200 | test.skip(checkIsRN(sdk)); 201 | const mockVideoPath = path.join(currentDirname, '..', '..', 'mocks', 'video.mp4'); > 202 | const mockVideoBuffer = fs.readFileSync(mockVideoPath); | ^ 203 | 204 | await page.route('**/*', route => { 205 | const request = route.request(); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/blocks.spec.ts:202:34
Gen 2 SDKs (angular-ssr)
Process completed with exit code 1.
🎭 Playwright Run Summary
3 failed [gen1-remix] › basic-styles.spec.ts:41:3 › Basic styles › Box with flex-direction row should have children aligned horizontally [gen1-remix] › blocks.spec.ts:133:5 › Blocks › Video › video render and styles ───────────────── [gen1-remix] › blocks.spec.ts:199:5 › Blocks › Video › video children ────────────────────────── 34 skipped 104 passed (1.6m)
🎭 Playwright Run Summary
4 failed [gen1-react] › basic-styles.spec.ts:41:3 › Basic styles › Box with flex-direction row should have children aligned horizontally [gen1-react] › blocks.spec.ts:64:3 › Blocks › Image ──────────────────────────────────────────── [gen1-react] › blocks.spec.ts:133:5 › Blocks › Video › video render and styles ───────────────── [gen1-react] › blocks.spec.ts:199:5 › Blocks › Video › video children ────────────────────────── 14 skipped 123 passed (1.6m)
🎭 Playwright Run Summary
3 failed [gen1-next] › basic-styles.spec.ts:41:3 › Basic styles › Box with flex-direction row should have children aligned horizontally [gen1-next] › blocks.spec.ts:133:5 › Blocks › Video › video render and styles ────────────────── [gen1-next] › blocks.spec.ts:199:5 › Blocks › Video › video children ─────────────────────────── 79 skipped 59 passed (57.4s)
🎭 Playwright Run Summary
4 failed [react] › basic-styles.spec.ts:41:3 › Basic styles › Box with flex-direction row should have children aligned horizontally [react] › blocks.spec.ts:64:3 › Blocks › Image ───────────────────────────────────────────────── [react] › blocks.spec.ts:133:5 › Blocks › Video › video render and styles ────────────────────── [react] › blocks.spec.ts:199:5 › Blocks › Video › video children ─────────────────────────────── 8 skipped 129 passed (1.3m)
🎭 Playwright Run Summary
4 failed [solid] › basic-styles.spec.ts:41:3 › Basic styles › Box with flex-direction row should have children aligned horizontally [solid] › blocks.spec.ts:64:3 › Blocks › Image ───────────────────────────────────────────────── [solid] › blocks.spec.ts:133:5 › Blocks › Video › video render and styles ────────────────────── [solid] › blocks.spec.ts:199:5 › Blocks › Video › video children ─────────────────────────────── 7 skipped 130 passed (1.7m)
🎭 Playwright Run Summary
3 failed [next-app-dir-client] › basic-styles.spec.ts:41:3 › Basic styles › Box with flex-direction row should have children aligned horizontally [next-app-dir-client] › blocks.spec.ts:133:5 › Blocks › Video › video render and styles ──────── [next-app-dir-client] › blocks.spec.ts:199:5 › Blocks › Video › video children ───────────────── 7 skipped 131 passed (1.7m)
🎭 Playwright Run Summary
3 failed [solid-start] › basic-styles.spec.ts:41:3 › Basic styles › Box with flex-direction row should have children aligned horizontally [solid-start] › blocks.spec.ts:133:5 › Blocks › Video › video render and styles ──────────────── [solid-start] › blocks.spec.ts:199:5 › Blocks › Video › video children ───────────────────────── 15 skipped 123 passed (1.5m)
🎭 Playwright Run Summary
3 failed [nuxt] › basic-styles.spec.ts:41:3 › Basic styles › Box with flex-direction row should have children aligned horizontally [nuxt] › blocks.spec.ts:133:5 › Blocks › Video › video render and styles ─────────────────────── [nuxt] › blocks.spec.ts:199:5 › Blocks › Video › video children ──────────────────────────────── 14 skipped 124 passed (2.0m)
🎭 Playwright Run Summary
3 failed [next-pages-dir] › basic-styles.spec.ts:41:3 › Basic styles › Box with flex-direction row should have children aligned horizontally [next-pages-dir] › blocks.spec.ts:133:5 › Blocks › Video › video render and styles ───────────── [next-pages-dir] › blocks.spec.ts:199:5 › Blocks › Video › video children ────────────────────── 12 skipped 126 passed (1.6m)
🎭 Playwright Run Summary
3 passed (6.1s)
🎭 Playwright Run Summary
79 skipped 62 passed (2.3m)
🎭 Playwright Run Summary
3 failed [qwik-city] › basic-styles.spec.ts:41:3 › Basic styles › Box with flex-direction row should have children aligned horizontally [qwik-city] › blocks.spec.ts:133:5 › Blocks › Video › video render and styles ────────────────── [qwik-city] › blocks.spec.ts:199:5 › Blocks › Video › video children ─────────────────────────── 7 skipped 131 passed (3.0m)
🎭 Playwright Run Summary
4 failed [svelte] › basic-styles.spec.ts:41:3 › Basic styles › Box with flex-direction row should have children aligned horizontally [svelte] › blocks.spec.ts:64:3 › Blocks › Image ──────────────────────────────────────────────── [svelte] › blocks.spec.ts:133:5 › Blocks › Video › video render and styles ───────────────────── [svelte] › blocks.spec.ts:199:5 › Blocks › Video › video children ────────────────────────────── 14 skipped 123 passed (1.6m)
🎭 Playwright Run Summary
3 failed [vue] › basic-styles.spec.ts:41:3 › Basic styles › Box with flex-direction row should have children aligned horizontally [vue] › blocks.spec.ts:133:5 › Blocks › Video › video render and styles ──────────────────────── [vue] › blocks.spec.ts:199:5 › Blocks › Video › video children ───────────────────────────────── 14 skipped 124 passed (1.8m)
🎭 Playwright Run Summary
3 failed [sveltekit] › basic-styles.spec.ts:41:3 › Basic styles › Box with flex-direction row should have children aligned horizontally [sveltekit] › blocks.spec.ts:133:5 › Blocks › Video › video render and styles ────────────────── [sveltekit] › blocks.spec.ts:199:5 › Blocks › Video › video children ─────────────────────────── 8 skipped 130 passed (1.7m)
🎭 Playwright Run Summary
3 failed [next-app-dir] › basic-styles.spec.ts:41:3 › Basic styles › Box with flex-direction row should have children aligned horizontally [next-app-dir] › blocks.spec.ts:133:5 › Blocks › Video › video render and styles ─────────────── [next-app-dir] › blocks.spec.ts:199:5 › Blocks › Video › video children ──────────────────────── 15 skipped 123 passed (3.1m)
🎭 Playwright Run Summary
4 failed [angular] › basic-styles.spec.ts:41:3 › Basic styles › Box with flex-direction row should have children aligned horizontally [angular] › blocks.spec.ts:64:3 › Blocks › Image ─────────────────────────────────────────────── [angular] › blocks.spec.ts:133:5 › Blocks › Video › video render and styles ──────────────────── [angular] › blocks.spec.ts:199:5 › Blocks › Video › video children ───────────────────────────── 9 skipped 128 passed (7.5m)
🎭 Playwright Run Summary
3 failed [angular-ssr] › basic-styles.spec.ts:41:3 › Basic styles › Box with flex-direction row should have children aligned horizontally [angular-ssr] › blocks.spec.ts:133:5 › Blocks › Video › video render and styles ──────────────── [angular-ssr] › blocks.spec.ts:199:5 › Blocks › Video › video children ───────────────────────── 10 skipped 128 passed (7.1m)
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (widgets)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (widgets)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (webcomponents)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (webcomponents)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Gen 1 SDK Core
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Gen 2 SDKs checks
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Gen 2 SDK Snippets (nuxt)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Gen 2 SDK Snippets (nuxt)
No files were found with the provided path: packages/sdks-tests/playwright-report/. No artifacts will be uploaded.
Gen 1 React SDK (gen1-remix)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Gen 1 React SDK (gen1-react)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Gen 1 React SDK (gen1-next)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Gen 2 SDKs (react)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Gen 2 SDKs (solid)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Gen 2 SDKs (next-app-dir-client)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Gen 2 SDKs (solid-start)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Gen 2 SDKs (nuxt)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Gen 2 SDKs (next-pages-dir)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Gen 2 SDK Snippets (vue)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Gen 2 SDKs (react-native)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Gen 2 SDKs (qwik-city)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Gen 2 SDKs (svelte)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Gen 2 SDKs (vue)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Gen 2 SDKs (sveltekit)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Gen 2 SDKs (next-app-dir)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Gen 2 SDKs (angular)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Gen 2 SDKs (angular-ssr)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "angular-playwright-report", "angular-ssr-playwright-report", "next-app-dir-client-playwright-report", "next-app-dir-playwright-report", "next-pages-dir-playwright-report", "nuxt-playwright-report", "qwik-city-playwright-report", "react-playwright-report", "solid-playwright-report", "solid-start-playwright-report", "sveltekit-playwright-report", "svelte-playwright-report", "vue-playwright-report". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size
angular-playwright-report
19.1 MB
angular-ssr-playwright-report
13.1 MB
next-app-dir-client-playwright-report
81.9 MB
next-app-dir-playwright-report
82.1 MB
next-pages-dir-playwright-report
69.5 MB
nuxt-playwright-report
97.5 MB
qwik-city-playwright-report
91.4 MB
react-playwright-report
17.9 MB
solid-playwright-report
20 MB
solid-start-playwright-report
70.3 MB
svelte-playwright-report
24.3 MB
sveltekit-playwright-report
79.7 MB
vue-playwright-report
76.9 MB