@@ -892,117 +892,3 @@ https://on.cypress.io/config
892892
893893
894894`
895-
896- exports [ 'testConfigOverrides / correctly applies overrides when valid configuration for it.only' ] = `
897-
898- ====================================================================================================
899-
900- (Run Starting)
901-
902- ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
903- │ Cypress: 1.2.3 │
904- │ Browser: FooBrowser 88 │
905- │ Specs: 1 found (testConfigOverrides-it-only-valid.js) │
906- │ Searched: cypress/integration/testConfigOverrides-it-only-valid.js │
907- └────────────────────────────────────────────────────────────────────────────────────────────────┘
908-
909-
910- ────────────────────────────────────────────────────────────────────────────────────────────────────
911-
912- Running: testConfigOverrides-it-only-valid.js (1 of 1)
913-
914-
915- nested contexts
916- test override
917- ✓ updates as expected
918-
919-
920- 1 passing
921-
922-
923- (Results)
924-
925- ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
926- │ Tests: 1 │
927- │ Passing: 1 │
928- │ Failing: 0 │
929- │ Pending: 0 │
930- │ Skipped: 0 │
931- │ Screenshots: 0 │
932- │ Video: false │
933- │ Duration: X seconds │
934- │ Spec Ran: testConfigOverrides-it-only-valid.js │
935- └────────────────────────────────────────────────────────────────────────────────────────────────┘
936-
937-
938- ====================================================================================================
939-
940- (Run Finished)
941-
942-
943- Spec Tests Passing Failing Pending Skipped
944- ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
945- │ ✔ testConfigOverrides-it-only-valid.j XX:XX 1 1 - - - │
946- │ s │
947- └────────────────────────────────────────────────────────────────────────────────────────────────┘
948- ✔ All specs passed! XX:XX 1 1 - - -
949-
950-
951- `
952-
953- exports [ 'testConfigOverrides / correctly applies overrides when valid configuration for describe.only' ] = `
954-
955- ====================================================================================================
956-
957- (Run Starting)
958-
959- ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
960- │ Cypress: 1.2.3 │
961- │ Browser: FooBrowser 88 │
962- │ Specs: 1 found (testConfigOverrides-describe-only-valid.js) │
963- │ Searched: cypress/integration/testConfigOverrides-describe-only-valid.js │
964- └────────────────────────────────────────────────────────────────────────────────────────────────┘
965-
966-
967- ────────────────────────────────────────────────────────────────────────────────────────────────────
968-
969- Running: testConfigOverrides-describe-only-valid.js (1 of 1)
970-
971-
972- nested contexts
973- test override
974- ✓ updates as expected
975-
976-
977- 1 passing
978-
979-
980- (Results)
981-
982- ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
983- │ Tests: 1 │
984- │ Passing: 1 │
985- │ Failing: 0 │
986- │ Pending: 0 │
987- │ Skipped: 0 │
988- │ Screenshots: 0 │
989- │ Video: false │
990- │ Duration: X seconds │
991- │ Spec Ran: testConfigOverrides-describe-only-valid.js │
992- └────────────────────────────────────────────────────────────────────────────────────────────────┘
993-
994-
995- ====================================================================================================
996-
997- (Run Finished)
998-
999-
1000- Spec Tests Passing Failing Pending Skipped
1001- ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
1002- │ ✔ testConfigOverrides-describe-only-v XX:XX 1 1 - - - │
1003- │ alid.js │
1004- └────────────────────────────────────────────────────────────────────────────────────────────────┘
1005- ✔ All specs passed! XX:XX 1 1 - - -
1006-
1007-
1008- `
0 commit comments