mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-07 15:31:30 -05:00
0729a6833b
Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com> Co-authored-by: Bill Glesias <bglesias@gmail.com> Co-authored-by: Matt Henkes <mjhenkes@gmail.com>
71 lines
4.9 KiB
JavaScript
71 lines
4.9 KiB
JavaScript
exports['e2e issue 6407 throws if mutating read-only config with test configuration 1'] = `
|
|
|
|
====================================================================================================
|
|
|
|
(Run Starting)
|
|
|
|
┌────────────────────────────────────────────────────────────────────────────────────────────────┐
|
|
│ Cypress: 1.2.3 │
|
|
│ Browser: FooBrowser 88 │
|
|
│ Specs: 1 found (issue_6407_spec.js) │
|
|
│ Searched: cypress/e2e/issue_6407_spec.js │
|
|
└────────────────────────────────────────────────────────────────────────────────────────────────┘
|
|
|
|
|
|
────────────────────────────────────────────────────────────────────────────────────────────────────
|
|
|
|
Running: issue_6407_spec.js (1 of 1)
|
|
|
|
|
|
1) throws if mutating read-only config with test configuration
|
|
|
|
0 passing
|
|
1 failing
|
|
|
|
1) throws if mutating read-only config with test configuration:
|
|
CypressError: The config passed to your test-level overrides has the following validation error:
|
|
|
|
CypressError: The \`chromeWebSecurity\` configuration can never be overridden because it is a read-only configuration option.
|
|
|
|
https://on.cypress.io/config
|
|
Error
|
|
[stack trace lines]
|
|
|
|
|
|
|
|
|
|
(Results)
|
|
|
|
┌────────────────────────────────────────────────────────────────────────────────────────────────┐
|
|
│ Tests: 1 │
|
|
│ Passing: 0 │
|
|
│ Failing: 1 │
|
|
│ Pending: 0 │
|
|
│ Skipped: 0 │
|
|
│ Screenshots: 0 │
|
|
│ Video: true │
|
|
│ Duration: X seconds │
|
|
│ Spec Ran: issue_6407_spec.js │
|
|
└────────────────────────────────────────────────────────────────────────────────────────────────┘
|
|
|
|
|
|
(Video)
|
|
|
|
- Started processing: Compressing to 32 CRF
|
|
- Finished processing: /XXX/XXX/XXX/cypress/videos/issue_6407_spec.js.mp4 (X second)
|
|
|
|
|
|
====================================================================================================
|
|
|
|
(Run Finished)
|
|
|
|
|
|
Spec Tests Passing Failing Pending Skipped
|
|
┌────────────────────────────────────────────────────────────────────────────────────────────────┐
|
|
│ ✖ issue_6407_spec.js XX:XX 1 - 1 - - │
|
|
└────────────────────────────────────────────────────────────────────────────────────────────────┘
|
|
✖ 1 of 1 failed (100%) XX:XX 1 - 1 - -
|
|
|
|
|
|
`
|