change secret #90
1 passed, 6 failed and 22 skipped
❌ tests/fixtures/mochawesome1-json.json
29 tests were completed in 62s with 1 passed, 6 failed and 22 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
cypress/integration/features/listing.feature | 1❌ | 12s | ||
cypress/integration/features/nav.feature | 1✔️ | 1❌ | 1✖️ | 5s |
cypress/integration/features/page.feature | 4❌ | 21✖️ | 46s |
❌ cypress/integration/features/listing.feature
Use of listing to show lists of products
❌ listing - Open retailer page when clicking on a product image from the list
AssertionError: Timed out retrying after 10000ms: Expected to find element: `.product-image`, but never found it.
❌ cypress/integration/features/nav.feature
Request all page types of example.com
✔️ Verify a sample of direct links used on the nav
✖️ Verify all the direct links used on the nav
❌ Verify the direct links to access example.com pages
AssertionError: Target cannot be null or undefined.
❌ cypress/integration/features/page.feature
Use of page to show information on products
✖️ page - Open retailer page when clicking on the "here" link on the delivery section
❌ page - Open retailer page when clicking on the "See more details" button
AssertionError: Timed out retrying after 10000ms: Expected to find element: `#product-list .card-body > a`, but never found it.
❌ page - Open retailer page when clicking on the product image
AssertionError: Timed out retrying after 10000ms: Expected to find element: `#product-list .card-body > a`, but never found it.
❌ page - Open retailer page when clicking on the product name
AssertionError: Timed out retrying after 10000ms: Expected to find element: `#product-list .card-body > a`, but never found it.
❌ page - Open retailer page when clicking on the product price
AssertionError: Timed out retrying after 10000ms: Expected to find element: `#product-list .card-body > a`, but never found it.
✖️ Similar products - Clicking on a similar product image should open a retailer page
✖️ Verify the redirect url depending on a product being indexable by search engines (indexable= true) (example #1)
✖️ Verify the redirect url depending on a product being indexable by search engines (indexable= true) (example #10)
✖️ Verify the redirect url depending on a product being indexable by search engines (indexable= true) (example #11)
✖️ Verify the redirect url depending on a product being indexable by search engines (indexable= true) (example #12)
✖️ Verify the redirect url depending on a product being indexable by search engines (indexable= true) (example #13)
✖️ Verify the redirect url depending on a product being indexable by search engines (indexable= true) (example #14)
✖️ Verify the redirect url depending on a product being indexable by search engines (indexable= true) (example #15)
✖️ Verify the redirect url depending on a product being indexable by search engines (indexable= true) (example #16)
✖️ Verify the redirect url depending on a product being indexable by search engines (indexable= true) (example #17)
✖️ Verify the redirect url depending on a product being indexable by search engines (indexable= true) (example #18)
✖️ Verify the redirect url depending on a product being indexable by search engines (indexable= true) (example #19)
✖️ Verify the redirect url depending on a product being indexable by search engines (indexable= true) (example #2)
✖️ Verify the redirect url depending on a product being indexable by search engines (indexable= true) (example #3)
✖️ Verify the redirect url depending on a product being indexable by search engines (indexable= true) (example #4)
✖️ Verify the redirect url depending on a product being indexable by search engines (indexable= true) (example #5)
✖️ Verify the redirect url depending on a product being indexable by search engines (indexable= true) (example #6)
✖️ Verify the redirect url depending on a product being indexable by search engines (indexable= true) (example #7)
✖️ Verify the redirect url depending on a product being indexable by search engines (indexable= true) (example #8)
✖️ Verify the redirect url depending on a product being indexable by search engines (indexable= true) (example #9)
Annotations
Check failure on line 0 in __tests__/fixtures/mochawesome1-json.json
github-actions / Mochawesome Tests
cypress/integration/features/listing.feature ► Use of listing to show lists of products ► listing - Open retailer page when clicking on a product image from the list
Failed test found in:
__tests__/fixtures/mochawesome1-json.json
Error:
AssertionError: Timed out retrying after 10000ms: Expected to find element: `.product-image`, but never found it.
Raw output
AssertionError: Timed out retrying after 10000ms: Expected to find element: `.product-image`, but never found it.
at listingPage.clickFirstProductImage (https://dev.example.com/__cypress/tests?p=cypress/integration/features/listing.feature:142:12)
at Context.eval (https://dev.example.com/__cypress/tests?p=cypress/integration/features/listing.feature:89:16)
at Context.resolveAndRunStepDefinition (https://dev.example.com/__cypress/tests?p=cypress/integration/features/listing.feature:10700:29)
at Context.eval (https://dev.example.com/__cypress/tests?p=cypress/integration/features/listing.feature:10021:35)
Check failure on line 0 in __tests__/fixtures/mochawesome1-json.json
github-actions / Mochawesome Tests
cypress/integration/features/nav.feature ► Request all page types of example.com ► Verify the direct links to access example.com pages
Failed test found in:
__tests__/fixtures/mochawesome1-json.json
Error:
AssertionError: Target cannot be null or undefined.
Raw output
AssertionError: Target cannot be null or undefined.
at Context.eval (https://dev.example.com/__cypress/tests?p=cypress/integration/features/nav.feature:152:13)
Check failure on line 0 in __tests__/fixtures/mochawesome1-json.json
github-actions / Mochawesome Tests
cypress/integration/features/page.feature ► Use of page to show information on products ► page - Open retailer page when clicking on the "See more details" button
Failed test found in:
__tests__/fixtures/mochawesome1-json.json
Error:
AssertionError: Timed out retrying after 10000ms: Expected to find element: `#product-list .card-body > a`, but never found it.
Raw output
AssertionError: Timed out retrying after 10000ms: Expected to find element: `#product-list .card-body > a`, but never found it.
at listingPage.accessFirstProductpage (https://dev.example.com/__cypress/tests?p=cypress/integration/features/page.feature:329:12)
at Context.eval (https://dev.example.com/__cypress/tests?p=cypress/integration/features/page.feature:106:16)
at Context.resolveAndRunStepDefinition (https://dev.example.com/__cypress/tests?p=cypress/integration/features/page.feature:10894:29)
at Context.eval (https://dev.example.com/__cypress/tests?p=cypress/integration/features/page.feature:10215:35)
Check failure on line 0 in __tests__/fixtures/mochawesome1-json.json
github-actions / Mochawesome Tests
cypress/integration/features/page.feature ► Use of page to show information on products ► page - Open retailer page when clicking on the product image
Failed test found in:
__tests__/fixtures/mochawesome1-json.json
Error:
AssertionError: Timed out retrying after 10000ms: Expected to find element: `#product-list .card-body > a`, but never found it.
Raw output
AssertionError: Timed out retrying after 10000ms: Expected to find element: `#product-list .card-body > a`, but never found it.
at listingPage.accessFirstProductpage (https://dev.example.com/__cypress/tests?p=cypress/integration/features/page.feature:329:12)
at Context.eval (https://dev.example.com/__cypress/tests?p=cypress/integration/features/page.feature:106:16)
at Context.resolveAndRunStepDefinition (https://dev.example.com/__cypress/tests?p=cypress/integration/features/page.feature:10894:29)
at Context.eval (https://dev.example.com/__cypress/tests?p=cypress/integration/features/page.feature:10215:35)
Check failure on line 0 in __tests__/fixtures/mochawesome1-json.json
github-actions / Mochawesome Tests
cypress/integration/features/page.feature ► Use of page to show information on products ► page - Open retailer page when clicking on the product name
Failed test found in:
__tests__/fixtures/mochawesome1-json.json
Error:
AssertionError: Timed out retrying after 10000ms: Expected to find element: `#product-list .card-body > a`, but never found it.
Raw output
AssertionError: Timed out retrying after 10000ms: Expected to find element: `#product-list .card-body > a`, but never found it.
at listingPage.accessFirstProductpage (https://dev.example.com/__cypress/tests?p=cypress/integration/features/page.feature:329:12)
at Context.eval (https://dev.example.com/__cypress/tests?p=cypress/integration/features/page.feature:106:16)
at Context.resolveAndRunStepDefinition (https://dev.example.com/__cypress/tests?p=cypress/integration/features/page.feature:10894:29)
at Context.eval (https://dev.example.com/__cypress/tests?p=cypress/integration/features/page.feature:10215:35)
Check failure on line 0 in __tests__/fixtures/mochawesome1-json.json
github-actions / Mochawesome Tests
cypress/integration/features/page.feature ► Use of page to show information on products ► page - Open retailer page when clicking on the product price
Failed test found in:
__tests__/fixtures/mochawesome1-json.json
Error:
AssertionError: Timed out retrying after 10000ms: Expected to find element: `#product-list .card-body > a`, but never found it.
Raw output
AssertionError: Timed out retrying after 10000ms: Expected to find element: `#product-list .card-body > a`, but never found it.
at listingPage.accessFirstProductpage (https://dev.example.com/__cypress/tests?p=cypress/integration/features/page.feature:329:12)
at Context.eval (https://dev.example.com/__cypress/tests?p=cypress/integration/features/page.feature:106:16)
at Context.resolveAndRunStepDefinition (https://dev.example.com/__cypress/tests?p=cypress/integration/features/page.feature:10894:29)
at Context.eval (https://dev.example.com/__cypress/tests?p=cypress/integration/features/page.feature:10215:35)