Skip to content

test(*): Add test for metrics #10

test(*): Add test for metrics

test(*): Add test for metrics #10

Triggered via push January 9, 2025 02:13
Status Failure
Total duration 8m 51s
Artifacts 3
Matrix: Run Bouncer lib tests / Test suite
Matrix: Run Magento 2 Engine module tests / Test suite
Matrix: Run Standalone Bouncer tests / Test suite
Fit to window
Zoom out
Zoom in

Annotations

28 errors, 1 warning, and 6 notices
Run Bouncer lib tests / Test suite (8.4)
Process completed with exit code 1.
Run Bouncer lib tests / Test suite (8.3)
Process completed with exit code 1.
Run Bouncer lib tests / Test suite (8.1)
Process completed with exit code 1.
Run Bouncer lib tests / Test suite (8.2)
Process completed with exit code 1.
Run Bouncer lib tests / Test suite (7.3)
Process completed with exit code 1.
Run Bouncer lib tests / Test suite (7.4)
Process completed with exit code 1.
Run Standalone Bouncer tests / Test suite (8.1)
Process completed with exit code 1.
Run Standalone Bouncer tests / Test suite (8.2)
Process completed with exit code 1.
Run Bouncer lib tests / Test suite (7.2)
Process completed with exit code 1.
Run Bouncer lib tests / Test suite (8.0)
Process completed with exit code 1.
Run Standalone Bouncer tests / Test suite (8.3)
Process completed with exit code 1.
Run Standalone Bouncer tests / Test suite (8.4)
Process completed with exit code 1.
Run Standalone Bouncer tests / Test suite (7.4)
Process completed with exit code 1.
Run Standalone Bouncer tests / Test suite (7.3)
Process completed with exit code 1.
Run Standalone Bouncer tests / Test suite (8.0)
Process completed with exit code 1.
Run Standalone Bouncer tests / Test suite (7.2)
Process completed with exit code 1.
[chromium] › detect-pages-scan.test.ts:23:7 › Detect pages scan › should be banned if too many try: __tests__/detect-pages-scan.test.ts#L60
1) [chromium] › detect-pages-scan.test.ts:23:7 › Detect pages scan › should be banned if too many try Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: locator('body') Expected pattern: /has been blocked/ Received string: "·························· Skip to Content···························· Default welcome msg!································· Sign In····· Create an AccountToggle Nav·············· My Cart··········································································································································· My Cart······················ Close······················· You have no items in your shopping cart.·································································· Search············································ Search······································································································ Advanced Search································································· Search··················································· Compare Products······································································································· Menu····························································································································································· Account················································································································· Default welcome msg!································· Sign In····· Create an Account················································· Whoops, our bad...·················································· The page you requested was not found, and we have a fine guess why.·· If you typed the URL directly, please make sure the spelling is correct. If you clicked on a link to get here, the link is outdated.··· What can you do? Have no fear, help is near! There are many ways you can get back on track with Magento Store.·· Go back to the previous page. Use the search bar at the top of the page to search for your products. Follow these links to get you back on track!Store Home | My Account······ Compare Products························ You have no items to compare.····················· My Wish List······························· Last Added Items·························· You have no items in your wish list.····························· Newsletter·························································································· Sign Up for Our Newsletter:·································································································································· Subscribe·············································· Search TermsPrivacy and Cookie PolicyAdvanced SearchOrders and ReturnsContact Us· Copyright © 2013-present Magento, Inc. All rights reserved.······················································· Close············································· Checkout as a new customer·················· Creating an account has many benefits:············· See order and shipping status Track order history Check out faster································································ Create an Account················································································ Checkout using your account······················································································································ Email Address·······
[chromium] › detect-pages-scan.test.ts:23:7 › Detect pages scan › should be banned if too many try: __tests__/detect-pages-scan.test.ts#L60
1) [chromium] › detect-pages-scan.test.ts:23:7 › Detect pages scan › should be banned if too many try Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: locator('body') Expected pattern: /has been blocked/ Received string: "·························· Skip to Content···························· Default welcome msg!································· Sign In····· Create an AccountToggle Nav·············· My Cart··········································································································································· My Cart······················ Close······················· You have no items in your shopping cart.·································································· Search············································ Search······································································································ Advanced Search································································· Search··················································· Compare Products······································································································· Menu····························································································································································· Account················································································································· Default welcome msg!································· Sign In····· Create an Account················································· Whoops, our bad...·················································· The page you requested was not found, and we have a fine guess why.·· If you typed the URL directly, please make sure the spelling is correct. If you clicked on a link to get here, the link is outdated.··· What can you do? Have no fear, help is near! There are many ways you can get back on track with Magento Store.·· Go back to the previous page. Use the search bar at the top of the page to search for your products. Follow these links to get you back on track!Store Home | My Account······ Compare Products························ You have no items to compare.····················· My Wish List······························· Last Added Items·························· You have no items in your wish list.····························· Newsletter·························································································· Sign Up for Our Newsletter:·································································································································· Subscribe·············································· Search TermsPrivacy and Cookie PolicyAdvanced SearchOrders and ReturnsContact Us· Copyright © 2013-present Magento, Inc. All rights reserved.······················································· Close············································· Checkout as a new customer·················· Creating an account has many benefits:············· See order and shipping status Track order history Check out faster································································ Create an Account················································································ Checkout using your account·································································
[chromium] › detect-pages-scan.test.ts:151:7 › Detect pages scan › should NOT be banned if too many try (because disabled local ban): __tests__/detect-pages-scan.test.ts#L205
2) [chromium] › detect-pages-scan.test.ts:151:7 › Detect pages scan › should NOT be banned if too many try (because disabled local ban) Error: Timed out 30000ms waiting for expect(locator).toContainText(expected) Locator: locator('#signals_push_result') Expected pattern: /0 errors for 1 candidates/ Received string: "0 pushed signals (0 errors for 0 candidates)." Call log: - expect.toContainText with timeout 30000ms - waiting for locator('#signals_push_result') 34 × locator resolved to <p class="success" id="signals_push_result">0 pushed signals (0 errors for 0 candidates).</p> - unexpected value "0 pushed signals (0 errors for 0 candidates)." 203 | await adminCrowdSecSecurityConfigPage.navigateTo(); 204 | await adminCrowdSecSecurityConfigPage.pushSignals(); > 205 | await expect(page.locator("#signals_push_result")).toContainText( | ^ 206 | /0 errors for 1 candidates/, 207 | *** 208 | timeout: 30000, at /var/www/html/my-own-modules/crowdsec-engine/Test/EndToEnd/__tests__/detect-pages-scan.test.ts:205:56
Run Magento 2 Engine module tests / Test suite (2.3.7-p4, 7.4)
Process completed with exit code 1.
[chromium] › detect-pages-scan.test.ts:23:7 › Detect pages scan › should be banned if too many try: __tests__/detect-pages-scan.test.ts#L60
1) [chromium] › detect-pages-scan.test.ts:23:7 › Detect pages scan › should be banned if too many try Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: locator('body') Expected pattern: /has been blocked/ Received string: "············ The store will not work correctly when cookies are disabled.··················· Skip to Content···························· Default welcome msg!································ Sign In· Create an AccountToggle Nav·············· My Cart········································································································································································ My Cart······················ Close······················· You have no items in your shopping cart.················································································ Search························································ Search······································································································ Advanced Search································································· Search··················································· Compare Products······································································································· Menu····························································································································································· Account················································································································· Default welcome msg!································ Sign In· Create an Account················································· Whoops, our bad...························································ The page you requested was not found, and we have a fine guess why.·· If you typed the URL directly, please make sure the spelling is correct. If you clicked on a link to get here, the link is outdated.··· What can you do? Have no fear, help is near! There are many ways you can get back on track with Magento Store.·· Go back to the previous page. Use the search bar at the top of the page to search for your products. Follow these links to get you back on track!Store Home | My Account······ Compare Products························ You have no items to compare.····················· My Wish List······························· Last Added Items·························· You have no items in your wish list.····························· Newsletter·························································································· Sign Up for Our Newsletter:·································································································································· Subscribe·············································· Privacy and Cookie PolicySearch TermsAdvanced SearchOrders and ReturnsContact Us· Copyright © 2013-present Magento, Inc. All rights reserved.······················································· Close············································· Checkout as a new customer·················· Creating an account has many benefits:············· See order and shipping status Track order history Check out faster································································ Create an Account················································································ Checkout using your account··················································
[chromium] › detect-pages-scan.test.ts:23:7 › Detect pages scan › should be banned if too many try: __tests__/detect-pages-scan.test.ts#L60
1) [chromium] › detect-pages-scan.test.ts:23:7 › Detect pages scan › should be banned if too many try Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: locator('body') Expected pattern: /has been blocked/ Received string: "············ The store will not work correctly when cookies are disabled.··················· Skip to Content···························· Default welcome msg!································ Sign In· Create an AccountToggle Nav·············· My Cart········································································································································································ My Cart······················ Close······················· You have no items in your shopping cart.················································································ Search························································ Search······································································································ Advanced Search································································· Search··················································· Compare Products······································································································· Menu····························································································································································· Account················································································································· Default welcome msg!································ Sign In· Create an Account················································· Whoops, our bad...························································ The page you requested was not found, and we have a fine guess why.·· If you typed the URL directly, please make sure the spelling is correct. If you clicked on a link to get here, the link is outdated.··· What can you do? Have no fear, help is near! There are many ways you can get back on track with Magento Store.·· Go back to the previous page. Use the search bar at the top of the page to search for your products. Follow these links to get you back on track!Store Home | My Account······ Compare Products························ You have no items to compare.····················· My Wish List······························· Last Added Items·························· You have no items in your wish list.····························· Newsletter·························································································· Sign Up for Our Newsletter:·································································································································· Subscribe·············································· Privacy and Cookie PolicySearch TermsAdvanced SearchOrders and ReturnsContact Us· Copyright © 2013-present Magento, Inc. All rights reserved.······················································· Close············································· Checkout as a new customer·················· Creating an account has many benefits:············· See order and shipping status Track order history Check out faster································································ Create an Account········································································
[chromium] › detect-pages-scan.test.ts:151:7 › Detect pages scan › should NOT be banned if too many try (because disabled local ban): __tests__/detect-pages-scan.test.ts#L205
2) [chromium] › detect-pages-scan.test.ts:151:7 › Detect pages scan › should NOT be banned if too many try (because disabled local ban) Error: Timed out 30000ms waiting for expect(locator).toContainText(expected) Locator: locator('#signals_push_result') Expected pattern: /0 errors for 1 candidates/ Received string: "0 pushed signals (0 errors for 0 candidates)." Call log: - expect.toContainText with timeout 30000ms - waiting for locator('#signals_push_result') 34 × locator resolved to <p class="success" id="signals_push_result">0 pushed signals (0 errors for 0 candidates).</p> - unexpected value "0 pushed signals (0 errors for 0 candidates)." 203 | await adminCrowdSecSecurityConfigPage.navigateTo(); 204 | await adminCrowdSecSecurityConfigPage.pushSignals(); > 205 | await expect(page.locator("#signals_push_result")).toContainText( | ^ 206 | /0 errors for 1 candidates/, 207 | *** 208 | timeout: 30000, at /var/www/html/my-own-modules/crowdsec-engine/Test/EndToEnd/__tests__/detect-pages-scan.test.ts:205:56
Run Magento 2 Engine module tests / Test suite (2.4.6, 8.2)
Process completed with exit code 1.
[chromium] › detect-pages-scan.test.ts:23:7 › Detect pages scan › should be banned if too many try: __tests__/detect-pages-scan.test.ts#L60
1) [chromium] › detect-pages-scan.test.ts:23:7 › Detect pages scan › should be banned if too many try Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: locator('body') Expected pattern: /has been blocked/ Received string: "············ The store will not work correctly when cookies are disabled.················ Skip to Content···························· Default welcome msg!································ Sign In· Create an AccountToggle Nav·············· My Cart········································································································································································ My Cart······················ Close······················· You have no items in your shopping cart.················································································ Search························································ Search······································································································ Advanced Search································································· Search··················································· Compare Products······································································································· Menu····························································································································································· Account················································································································· Default welcome msg!································ Sign In· Create an Account················································· Whoops, our bad...······················································· Checkout as a new customer·················· Creating an account has many benefits:············· See order and shipping status Track order history Check out faster································································ Create an Account················································································ Checkout using your account······················································································································ Email Address························································································································· Password·········································································································································································································································································· Sign In············································································································ Forgot Your Password?········································································································································ The page you requested was not found, and we have a fine guess why.·· If you typed the URL directly, please make sure the spelling is correct. If you clicked on a link to get here, the link is outdated.··· What can you do? Have no fear, help is near! There are many ways you can get back on track with Magento Store.·· Go back to the previous page. Use the search bar at the top of the page to search for your products. Follow these links to get you back on track!Store Home | My Account······ Compare Products························ You have no items to compare.·········
[chromium] › detect-pages-scan.test.ts:23:7 › Detect pages scan › should be banned if too many try: __tests__/detect-pages-scan.test.ts#L60
1) [chromium] › detect-pages-scan.test.ts:23:7 › Detect pages scan › should be banned if too many try Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: locator('body') Expected pattern: /has been blocked/ Received string: "············ The store will not work correctly when cookies are disabled.················ Skip to Content···························· Default welcome msg!································ Sign In· Create an AccountToggle Nav·············· My Cart········································································································································································ My Cart······················ Close······················· You have no items in your shopping cart.················································································ Search························································ Search······································································································ Advanced Search································································· Search··················································· Compare Products······································································································· Menu····························································································································································· Account················································································································· Default welcome msg!································ Sign In· Create an Account················································· Whoops, our bad...······················································· Checkout as a new customer·················· Creating an account has many benefits:············· See order and shipping status Track order history Check out faster································································ Create an Account················································································ Checkout using your account······················································································································ Email Address························································································································· Password·········································································································································································································································································· Sign In············································································································ Forgot Your Password?········································································································································ The page you requested was not found, and we have a fine guess why.·· If you typed the URL directly, please make sure the spelling is correct. If you clicked on a link to get here, the link is outdated.··· What can you do? Have no fear, help is near! There are many ways you can get back on track with Magento Store.·· Go back to the previous page. Use the search bar at the top of the page to search for your products. Follow these links to get you back on track!Store Home | My Account····
[chromium] › detect-pages-scan.test.ts:151:7 › Detect pages scan › should NOT be banned if too many try (because disabled local ban): __tests__/detect-pages-scan.test.ts#L205
2) [chromium] › detect-pages-scan.test.ts:151:7 › Detect pages scan › should NOT be banned if too many try (because disabled local ban) Error: Timed out 30000ms waiting for expect(locator).toContainText(expected) Locator: locator('#signals_push_result') Expected pattern: /0 errors for 1 candidates/ Received string: "0 pushed signals (0 errors for 0 candidates)." Call log: - expect.toContainText with timeout 30000ms - waiting for locator('#signals_push_result') 34 × locator resolved to <p class="success" id="signals_push_result">0 pushed signals (0 errors for 0 candidates).</p> - unexpected value "0 pushed signals (0 errors for 0 candidates)." 203 | await adminCrowdSecSecurityConfigPage.navigateTo(); 204 | await adminCrowdSecSecurityConfigPage.pushSignals(); > 205 | await expect(page.locator("#signals_push_result")).toContainText( | ^ 206 | /0 errors for 1 candidates/, 207 | *** 208 | timeout: 30000, at /var/www/html/my-own-modules/crowdsec-engine/Test/EndToEnd/__tests__/detect-pages-scan.test.ts:205:56
Run Magento 2 Engine module tests / Test suite (2.4.7, 8.3)
Process completed with exit code 1.
Slow Test: [chromium] › config.test.ts#L1
[chromium] › config.test.ts took 18.3s
🎭 Playwright Run Summary
1 failed [chromium] › detect-pages-scan.test.ts:23:7 › Detect pages scan › should be banned if too many try 1 flaky [chromium] › detect-pages-scan.test.ts:151:7 › Detect pages scan › should NOT be banned if too many try (because disabled local ban) 3 passed (1.4m)
🎭 Playwright Run Summary
5 passed (27.7s)
🎭 Playwright Run Summary
5 passed (19.9s)
🎭 Playwright Run Summary
1 failed [chromium] › detect-pages-scan.test.ts:23:7 › Detect pages scan › should be banned if too many try 1 flaky [chromium] › detect-pages-scan.test.ts:151:7 › Detect pages scan › should NOT be banned if too many try (because disabled local ban) 3 passed (1.3m)
🎭 Playwright Run Summary
1 failed [chromium] › detect-pages-scan.test.ts:23:7 › Detect pages scan › should be banned if too many try 1 flaky [chromium] › detect-pages-scan.test.ts:151:7 › Detect pages scan › should NOT be banned if too many try (because disabled local ban) 3 passed (1.3m)
🎭 Playwright Run Summary
5 passed (19.8s)

Artifacts

Produced during runtime
Name Size
playwright-report-7.4-2.3.7-p4
4.75 MB
playwright-report-8.2-2.4.6
4.92 MB
playwright-report-8.3-2.4.7
4.71 MB