Infrastructure as Code with Terraform on AWS #179
Annotations
11 errors, 2 warnings, and 1 notice
Verify
Process completed with exit code 2.
|
[Desktop Safari] › pages/about-page.spec.ts:19:5 › About page › should match the screenshot:
tests/pages/about-page.spec.ts#L20
1) [Desktop Safari] › pages/about-page.spec.ts:19:5 › About page › should match the screenshot ───
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 3621px, received 1280px by 3669px.
Expected: /home/runner/work/brokenrobot.xyz/brokenrobot.xyz/tests/__screenshots__/pages/about-page.spec.ts/About-page-should-match-the-screenshot-1-Desktop-Safari.png
Received: /home/runner/work/brokenrobot.xyz/brokenrobot.xyz/reports/tests/e2e/test-results/pages-about-page-About-page-should-match-the-screenshot-Desktop-Safari/About-page-should-match-the-screenshot-1-actual.png
Diff: /home/runner/work/brokenrobot.xyz/brokenrobot.xyz/reports/tests/e2e/test-results/pages-about-page-About-page-should-match-the-screenshot-Desktop-Safari/About-page-should-match-the-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 10000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- Expected an image 1280px by 3621px, received 1280px by 3669px.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- Expected an image 1280px by 3621px, received 1280px by 3669px.
18 |
19 | test('should match the screenshot', async ({ page }) => {
> 20 | await expect(page).toHaveScreenshot({ fullPage: true });
| ^
21 | });
22 | });
23 |
at /home/runner/work/brokenrobot.xyz/brokenrobot.xyz/tests/pages/about-page.spec.ts:20:28
|
[Desktop Safari] › pages/blog-page.spec.ts:19:5 › Blog page › should match the screenshot:
tests/pages/blog-page.spec.ts#L20
2) [Desktop Safari] › pages/blog-page.spec.ts:19:5 › Blog page › should match the screenshot ─────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 1910px, received 1280px by 2298px. 72406 pixels (ratio 0.03 of all image pixels) are different.
Expected: /home/runner/work/brokenrobot.xyz/brokenrobot.xyz/tests/__screenshots__/pages/blog-page.spec.ts/Blog-page-should-match-the-screenshot-1-Desktop-Safari.png
Received: /home/runner/work/brokenrobot.xyz/brokenrobot.xyz/reports/tests/e2e/test-results/pages-blog-page-Blog-page-should-match-the-screenshot-Desktop-Safari/Blog-page-should-match-the-screenshot-1-actual.png
Diff: /home/runner/work/brokenrobot.xyz/brokenrobot.xyz/reports/tests/e2e/test-results/pages-blog-page-Blog-page-should-match-the-screenshot-Desktop-Safari/Blog-page-should-match-the-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 10000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- Expected an image 1280px by 1910px, received 1280px by 2299px. 72406 pixels (ratio 0.03 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- Expected an image 1280px by 2299px, received 1280px by 2298px.
- waiting 250ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- Expected an image 1280px by 1910px, received 1280px by 2298px. 72406 pixels (ratio 0.03 of all image pixels) are different.
18 |
19 | test('should match the screenshot', async ({ page }) => {
> 20 | await expect(page).toHaveScreenshot({ fullPage: true });
| ^
21 | });
22 | });
23 |
at /home/runner/work/brokenrobot.xyz/brokenrobot.xyz/tests/pages/blog-page.spec.ts:20:28
|
[Desktop Safari] › pages/blog-posts/infrastructure-as-code-with-terraform-on-aws.spec.ts:19:5 › Post: Infrastructure as Code with Terraform on AWS › should match the screenshot:
tests/pages/blog-posts/infrastructure-as-code-with-terraform-on-aws.spec.ts#L20
3) [Desktop Safari] › pages/blog-posts/infrastructure-as-code-with-terraform-on-aws.spec.ts:19:5 › Post: Infrastructure as Code with Terraform on AWS › should match the screenshot
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 19319px, received 1280px by 18797px. 1378958 pixels (ratio 0.06 of all image pixels) are different.
Expected: /home/runner/work/brokenrobot.xyz/brokenrobot.xyz/tests/__screenshots__/pages/blog-posts/infrastructure-as-code-with-terraform-on-aws.spec.ts/Post-Infrastructure-as-Code-with-Terraform-on-AWS-should-match-the-screenshot-1-Desktop-Safari.png
Received: /home/runner/work/brokenrobot.xyz/brokenrobot.xyz/reports/tests/e2e/test-results/pages-blog-posts-infrastru-b7ed0-should-match-the-screenshot-Desktop-Safari/Post-Infrastructure-as-Co-5f237-ould-match-the-screenshot-1-actual.png
Diff: /home/runner/work/brokenrobot.xyz/brokenrobot.xyz/reports/tests/e2e/test-results/pages-blog-posts-infrastru-b7ed0-should-match-the-screenshot-Desktop-Safari/Post-Infrastructure-as-Co-5f237-ould-match-the-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 10000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- Expected an image 1280px by 19319px, received 1280px by 18797px. 1378958 pixels (ratio 0.06 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- Expected an image 1280px by 19319px, received 1280px by 18797px. 1378958 pixels (ratio 0.06 of all image pixels) are different.
18 |
19 | test('should match the screenshot', async ({ page }) => {
> 20 | await expect(page).toHaveScreenshot({ fullPage: true });
| ^
21 | });
22 | });
23 |
at /home/runner/work/brokenrobot.xyz/brokenrobot.xyz/tests/pages/blog-posts/infrastructure-as-code-with-terraform-on-aws.spec.ts:20:28
|
[Desktop Safari] › pages/home-page.spec.ts:19:5 › Home page › should match the screenshot:
tests/pages/home-page.spec.ts#L20
4) [Desktop Safari] › pages/home-page.spec.ts:19:5 › Home page › should match the screenshot ─────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 1276px, received 1280px by 1240px. 42625 pixels (ratio 0.03 of all image pixels) are different.
Expected: /home/runner/work/brokenrobot.xyz/brokenrobot.xyz/tests/__screenshots__/pages/home-page.spec.ts/Home-page-should-match-the-screenshot-1-Desktop-Safari.png
Received: /home/runner/work/brokenrobot.xyz/brokenrobot.xyz/reports/tests/e2e/test-results/pages-home-page-Home-page-should-match-the-screenshot-Desktop-Safari/Home-page-should-match-the-screenshot-1-actual.png
Diff: /home/runner/work/brokenrobot.xyz/brokenrobot.xyz/reports/tests/e2e/test-results/pages-home-page-Home-page-should-match-the-screenshot-Desktop-Safari/Home-page-should-match-the-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 10000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- Expected an image 1280px by 1276px, received 1280px by 1240px. 42625 pixels (ratio 0.03 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- Expected an image 1280px by 1276px, received 1280px by 1240px. 42625 pixels (ratio 0.03 of all image pixels) are different.
18 |
19 | test('should match the screenshot', async ({ page }) => {
> 20 | await expect(page).toHaveScreenshot({ fullPage: true });
| ^
21 | });
22 | });
23 |
at /home/runner/work/brokenrobot.xyz/brokenrobot.xyz/tests/pages/home-page.spec.ts:20:28
|
[iPad Pro 11] › pages/about-page.spec.ts:19:5 › About page › should match the screenshot:
tests/pages/about-page.spec.ts#L20
5) [iPad Pro 11] › pages/about-page.spec.ts:19:5 › About page › should match the screenshot ──────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 834px by 3748px, received 834px by 3792px.
Expected: /home/runner/work/brokenrobot.xyz/brokenrobot.xyz/tests/__screenshots__/pages/about-page.spec.ts/About-page-should-match-the-screenshot-1-iPad-Pro-11.png
Received: /home/runner/work/brokenrobot.xyz/brokenrobot.xyz/reports/tests/e2e/test-results/pages-about-page-About-page-should-match-the-screenshot-iPad-Pro-11/About-page-should-match-the-screenshot-1-actual.png
Diff: /home/runner/work/brokenrobot.xyz/brokenrobot.xyz/reports/tests/e2e/test-results/pages-about-page-About-page-should-match-the-screenshot-iPad-Pro-11/About-page-should-match-the-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 10000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- Expected an image 834px by 3748px, received 834px by 3792px.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- Expected an image 834px by 3748px, received 834px by 3792px.
18 |
19 | test('should match the screenshot', async ({ page }) => {
> 20 | await expect(page).toHaveScreenshot({ fullPage: true });
| ^
21 | });
22 | });
23 |
at /home/runner/work/brokenrobot.xyz/brokenrobot.xyz/tests/pages/about-page.spec.ts:20:28
|
[iPad Pro 11] › pages/blog-page.spec.ts:19:5 › Blog page › should match the screenshot:
tests/pages/blog-page.spec.ts#L20
6) [iPad Pro 11] › pages/blog-page.spec.ts:19:5 › Blog page › should match the screenshot ────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 834px by 1726px, received 834px by 2029px. 70387 pixels (ratio 0.05 of all image pixels) are different.
Expected: /home/runner/work/brokenrobot.xyz/brokenrobot.xyz/tests/__screenshots__/pages/blog-page.spec.ts/Blog-page-should-match-the-screenshot-1-iPad-Pro-11.png
Received: /home/runner/work/brokenrobot.xyz/brokenrobot.xyz/reports/tests/e2e/test-results/pages-blog-page-Blog-page-should-match-the-screenshot-iPad-Pro-11/Blog-page-should-match-the-screenshot-1-actual.png
Diff: /home/runner/work/brokenrobot.xyz/brokenrobot.xyz/reports/tests/e2e/test-results/pages-blog-page-Blog-page-should-match-the-screenshot-iPad-Pro-11/Blog-page-should-match-the-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 10000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- Expected an image 834px by 1726px, received 834px by 2029px. 70387 pixels (ratio 0.05 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- Expected an image 834px by 1726px, received 834px by 2029px. 70387 pixels (ratio 0.05 of all image pixels) are different.
18 |
19 | test('should match the screenshot', async ({ page }) => {
> 20 | await expect(page).toHaveScreenshot({ fullPage: true });
| ^
21 | });
22 | });
23 |
at /home/runner/work/brokenrobot.xyz/brokenrobot.xyz/tests/pages/blog-page.spec.ts:20:28
|
[iPad Pro 11] › pages/blog-posts/infrastructure-as-code-with-terraform-on-aws.spec.ts:19:5 › Post: Infrastructure as Code with Terraform on AWS › should match the screenshot:
tests/pages/blog-posts/infrastructure-as-code-with-terraform-on-aws.spec.ts#L20
7) [iPad Pro 11] › pages/blog-posts/infrastructure-as-code-with-terraform-on-aws.spec.ts:19:5 › Post: Infrastructure as Code with Terraform on AWS › should match the screenshot
Error: expect(page).toHaveScreenshot(expected)
Expected an image 834px by 19391px, received 834px by 19022px. 1157067 pixels (ratio 0.08 of all image pixels) are different.
Expected: /home/runner/work/brokenrobot.xyz/brokenrobot.xyz/tests/__screenshots__/pages/blog-posts/infrastructure-as-code-with-terraform-on-aws.spec.ts/Post-Infrastructure-as-Code-with-Terraform-on-AWS-should-match-the-screenshot-1-iPad-Pro-11.png
Received: /home/runner/work/brokenrobot.xyz/brokenrobot.xyz/reports/tests/e2e/test-results/pages-blog-posts-infrastru-b7ed0-should-match-the-screenshot-iPad-Pro-11/Post-Infrastructure-as-Co-5f237-ould-match-the-screenshot-1-actual.png
Diff: /home/runner/work/brokenrobot.xyz/brokenrobot.xyz/reports/tests/e2e/test-results/pages-blog-posts-infrastru-b7ed0-should-match-the-screenshot-iPad-Pro-11/Post-Infrastructure-as-Co-5f237-ould-match-the-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 10000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- Expected an image 834px by 19391px, received 834px by 19022px. 1157067 pixels (ratio 0.08 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- Expected an image 834px by 19391px, received 834px by 19022px. 1157067 pixels (ratio 0.08 of all image pixels) are different.
18 |
19 | test('should match the screenshot', async ({ page }) => {
> 20 | await expect(page).toHaveScreenshot({ fullPage: true });
| ^
21 | });
22 | });
23 |
at /home/runner/work/brokenrobot.xyz/brokenrobot.xyz/tests/pages/blog-posts/infrastructure-as-code-with-terraform-on-aws.spec.ts:20:28
|
[iPad Pro 11] › pages/home-page.spec.ts:19:5 › Home page › should match the screenshot:
tests/pages/home-page.spec.ts#L20
8) [iPad Pro 11] › pages/home-page.spec.ts:19:5 › Home page › should match the screenshot ────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 834px by 1331px, received 834px by 1267px. 39177 pixels (ratio 0.04 of all image pixels) are different.
Expected: /home/runner/work/brokenrobot.xyz/brokenrobot.xyz/tests/__screenshots__/pages/home-page.spec.ts/Home-page-should-match-the-screenshot-1-iPad-Pro-11.png
Received: /home/runner/work/brokenrobot.xyz/brokenrobot.xyz/reports/tests/e2e/test-results/pages-home-page-Home-page-should-match-the-screenshot-iPad-Pro-11/Home-page-should-match-the-screenshot-1-actual.png
Diff: /home/runner/work/brokenrobot.xyz/brokenrobot.xyz/reports/tests/e2e/test-results/pages-home-page-Home-page-should-match-the-screenshot-iPad-Pro-11/Home-page-should-match-the-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 10000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- Expected an image 834px by 1331px, received 834px by 1267px. 39177 pixels (ratio 0.04 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- Expected an image 834px by 1331px, received 834px by 1267px. 39177 pixels (ratio 0.04 of all image pixels) are different.
18 |
19 | test('should match the screenshot', async ({ page }) => {
> 20 | await expect(page).toHaveScreenshot({ fullPage: true });
| ^
21 | });
22 | });
23 |
at /home/runner/work/brokenrobot.xyz/brokenrobot.xyz/tests/pages/home-page.spec.ts:20:28
|
[iPad Pro 11 landscape] › pages/about-page.spec.ts:19:5 › About page › should match the screenshot:
tests/pages/about-page.spec.ts#L20
9) [iPad Pro 11 landscape] › pages/about-page.spec.ts:19:5 › About page › should match the screenshot
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1194px by 3621px, received 1194px by 3669px.
Expected: /home/runner/work/brokenrobot.xyz/brokenrobot.xyz/tests/__screenshots__/pages/about-page.spec.ts/About-page-should-match-the-screenshot-1-iPad-Pro-11-landscape.png
Received: /home/runner/work/brokenrobot.xyz/brokenrobot.xyz/reports/tests/e2e/test-results/pages-about-page-About-page-should-match-the-screenshot-iPad-Pro-11-landscape/About-page-should-match-the-screenshot-1-actual.png
Diff: /home/runner/work/brokenrobot.xyz/brokenrobot.xyz/reports/tests/e2e/test-results/pages-about-page-About-page-should-match-the-screenshot-iPad-Pro-11-landscape/About-page-should-match-the-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 10000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- Expected an image 1194px by 3621px, received 1194px by 3669px.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- Expected an image 1194px by 3621px, received 1194px by 3669px.
18 |
19 | test('should match the screenshot', async ({ page }) => {
> 20 | await expect(page).toHaveScreenshot({ fullPage: true });
| ^
21 | });
22 | });
23 |
at /home/runner/work/brokenrobot.xyz/brokenrobot.xyz/tests/pages/about-page.spec.ts:20:28
|
[iPad Pro 11 landscape] › pages/blog-page.spec.ts:19:5 › Blog page › should match the screenshot:
tests/pages/blog-page.spec.ts#L20
10) [iPad Pro 11 landscape] › pages/blog-page.spec.ts:19:5 › Blog page › should match the screenshot
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1194px by 1883px, received 1194px by 2255px. 79302 pixels (ratio 0.03 of all image pixels) are different.
Expected: /home/runner/work/brokenrobot.xyz/brokenrobot.xyz/tests/__screenshots__/pages/blog-page.spec.ts/Blog-page-should-match-the-screenshot-1-iPad-Pro-11-landscape.png
Received: /home/runner/work/brokenrobot.xyz/brokenrobot.xyz/reports/tests/e2e/test-results/pages-blog-page-Blog-page-should-match-the-screenshot-iPad-Pro-11-landscape/Blog-page-should-match-the-screenshot-1-actual.png
Diff: /home/runner/work/brokenrobot.xyz/brokenrobot.xyz/reports/tests/e2e/test-results/pages-blog-page-Blog-page-should-match-the-screenshot-iPad-Pro-11-landscape/Blog-page-should-match-the-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 10000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- Expected an image 1194px by 1883px, received 1194px by 2256px. 79302 pixels (ratio 0.03 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- Expected an image 1194px by 2256px, received 1194px by 2255px.
- waiting 250ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- Expected an image 1194px by 1883px, received 1194px by 2255px. 79302 pixels (ratio 0.03 of all image pixels) are different.
18 |
19 | test('should match the screenshot', async ({ page }) => {
> 20 | await expect(page).toHaveScreenshot({ fullPage: true });
| ^
21 | });
22 | });
23 |
at /home/runner/work/brokenrobot.xyz/brokenrobot.xyz/tests/pages/blog-page.spec.ts:20:28
|
Slow Test:
[Desktop Safari] › pages/blog-posts/infrastructure-as-code-with-terraform-on-aws.spec.ts#L1
[Desktop Safari] › pages/blog-posts/infrastructure-as-code-with-terraform-on-aws.spec.ts took 15.4s
|
Slow Test:
[iPad Pro 11 landscape] › pages/blog-posts/infrastructure-as-code-with-terraform-on-aws.spec.ts#L1
[iPad Pro 11 landscape] › pages/blog-posts/infrastructure-as-code-with-terraform-on-aws.spec.ts took 15.1s
|
🎭 Playwright Run Summary
21 failed
[Desktop Safari] › pages/about-page.spec.ts:19:5 › About page › should match the screenshot ────
[Desktop Safari] › pages/blog-page.spec.ts:19:5 › Blog page › should match the screenshot ──────
[Desktop Safari] › pages/blog-posts/infrastructure-as-code-with-terraform-on-aws.spec.ts:19:5 › Post: Infrastructure as Code with Terraform on AWS › should match the screenshot
[Desktop Safari] › pages/home-page.spec.ts:19:5 › Home page › should match the screenshot ──────
[iPad Pro 11] › pages/about-page.spec.ts:19:5 › About page › should match the screenshot ───────
[iPad Pro 11] › pages/blog-page.spec.ts:19:5 › Blog page › should match the screenshot ─────────
[iPad Pro 11] › pages/blog-posts/infrastructure-as-code-with-terraform-on-aws.spec.ts:19:5 › Post: Infrastructure as Code with Terraform on AWS › should match the screenshot
[iPad Pro 11] › pages/home-page.spec.ts:19:5 › Home page › should match the screenshot ─────────
[iPad Pro 11 landscape] › pages/about-page.spec.ts:19:5 › About page › should match the screenshot
[iPad Pro 11 landscape] › pages/blog-page.spec.ts:19:5 › Blog page › should match the screenshot
[iPad Pro 11 landscape] › pages/blog-posts/infrastructure-as-code-with-terraform-on-aws.spec.ts:19:5 › Post: Infrastructure as Code with Terraform on AWS › should match the screenshot
[iPad Pro 11 landscape] › pages/home-page.spec.ts:19:5 › Home page › should match the screenshot
[Pixel 7 landscape] › pages/about-page.spec.ts:19:5 › About page › should match the screenshot ─
[iPhone 12 Pro] › pages/about-page.spec.ts:19:5 › About page › should match the screenshot ─────
[iPhone 12 Pro] › pages/blog-page.spec.ts:19:5 › Blog page › should match the screenshot ───────
[iPhone 12 Pro] › pages/blog-posts/infrastructure-as-code-with-terraform-on-aws.spec.ts:19:5 › Post: Infrastructure as Code with Terraform on AWS › should match the screenshot
[iPhone 12 Pro] › pages/home-page.spec.ts:19:5 › Home page › should match the screenshot ───────
[iPhone 12 Pro landscape] › pages/about-page.spec.ts:19:5 › About page › should match the screenshot
[iPhone 12 Pro landscape] › pages/blog-page.spec.ts:19:5 › Blog page › should match the screenshot
[iPhone 12 Pro landscape] › pages/blog-posts/infrastructure-as-code-with-terraform-on-aws.spec.ts:19:5 › Post: Infrastructure as Code with Terraform on AWS › should match the screenshot
[iPhone 12 Pro landscape] › pages/home-page.spec.ts:19:5 › Home page › should match the screenshot
399 passed (6.2m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
dist
Expired
|
30.9 MB |
|
e2e-test-reports
Expired
|
96.7 MB |
|