UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

189 lines (117 loc) 14 kB
exports['e2e headless / tests in headed mode pass in !electron'] = ` ==================================================================================================== (Run Starting) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ Cypress: 1.2.3 Browser: FooBrowser 88 Specs: 1 found (headless_spec.js) Searched: cypress/integration/headless_spec.js └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: headless_spec.js (1 of 1) e2e headless spec has the expected values for Cypress.browser has expected HeadlessChrome useragent has expected launch args 3 passing (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ Tests: 3 Passing: 3 Failing: 0 Pending: 0 Skipped: 0 Screenshots: 0 Video: true Duration: X seconds Spec Ran: headless_spec.js └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Video) - Started processing: Compressing to 32 CRF - Finished processing: /XXX/XXX/XXX/cypress/videos/headless_spec.js.mp4 (X second) ==================================================================================================== (Run Finished) Spec Tests Passing Failing Pending Skipped ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ headless_spec.js XX:XX 3 3 - - - └────────────────────────────────────────────────────────────────────────────────────────────────┘ All specs passed! XX:XX 3 3 - - - ` exports['e2e headless / tests in headless mode pass'] = ` ==================================================================================================== (Run Starting) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ Cypress: 1.2.3 Browser: FooBrowser 88 Specs: 1 found (headless_spec.js) Searched: cypress/integration/headless_spec.js └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: headless_spec.js (1 of 1) e2e headless spec has the expected values for Cypress.browser has expected HeadlessChrome useragent has expected launch args 3 passing (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ Tests: 3 Passing: 3 Failing: 0 Pending: 0 Skipped: 0 Screenshots: 0 Video: true Duration: X seconds Spec Ran: headless_spec.js └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Video) - Started processing: Compressing to 32 CRF - Finished processing: /XXX/XXX/XXX/cypress/videos/headless_spec.js.mp4 (X second) ==================================================================================================== (Run Finished) Spec Tests Passing Failing Pending Skipped ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ headless_spec.js XX:XX 3 3 - - - └────────────────────────────────────────────────────────────────────────────────────────────────┘ All specs passed! XX:XX 3 3 - - - ` exports['e2e headless / tests in headed mode pass in electron'] = ` ==================================================================================================== (Run Starting) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ Cypress: 1.2.3 Browser: FooBrowser 88 Specs: 1 found (headless_spec.js) Searched: cypress/integration/headless_spec.js └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: headless_spec.js (1 of 1) e2e headless spec has the expected values for Cypress.browser has expected HeadlessChrome useragent has expected launch args 3 passing (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ Tests: 3 Passing: 3 Failing: 0 Pending: 0 Skipped: 0 Screenshots: 0 Video: true Duration: X seconds Spec Ran: headless_spec.js └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Video) - Started processing: Compressing to 32 CRF - Finished processing: /XXX/XXX/XXX/cypress/videos/headless_spec.js.mp4 (X second) ==================================================================================================== (Run Finished) Spec Tests Passing Failing Pending Skipped ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ headless_spec.js XX:XX 3 3 - - - └────────────────────────────────────────────────────────────────────────────────────────────────┘ All specs passed! XX:XX 3 3 - - - `