diff --git a/system-tests/__snapshots__/protocol_spec.js b/system-tests/__snapshots__/protocol_spec.js index cbe6f42508f0..dd54a9389164 100644 --- a/system-tests/__snapshots__/protocol_spec.js +++ b/system-tests/__snapshots__/protocol_spec.js @@ -53,7 +53,7 @@ exports['e2e events'] = ` "pending": false, "body": "() => {\\n // change the viewport so we get viewport:changed event\\n cy.viewport(300, 200);\\n\\n // click an element so we get command logs with snapshots\\n cy.contains('hi').click();\\n cy.origin('http://foobar.com', () => {\\n // verify changing the viewport inside cy.origin works\\n cy.viewport(400, 500);\\n\\n // eslint-disable-next-line cypress/no-unnecessary-waiting\\n cy.wait(1000, {\\n log: false\\n });\\n });\\n }", "type": "test", - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "file": null, "invocationDetails": { "function": "Suite.eval", @@ -120,7 +120,7 @@ exports['e2e events'] = ` "pending": false, "body": "() => {\\n cy.visit('cypress/fixtures/dom-with-browser-interactions.html');\\n cy.wait(1000, {\\n log: false\\n });\\n cy.get('#text-target').type('abc').should('have.value', 'abc');\\n }", "type": "test", - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "file": null, "invocationDetails": { "function": "Suite.eval", @@ -187,7 +187,7 @@ exports['e2e events'] = ` "pending": false, "body": "() => {\\n cy.get('#text-target').type('def').should('have.value', 'abcdef');\\n }", "type": "test", - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "file": null, "invocationDetails": { "function": "Suite.eval", @@ -254,7 +254,7 @@ exports['e2e events'] = ` "pending": false, "body": "() => {\\n cy.get('#text-target').type('ghi').should('have.value', 'abcdefghi');\\n }", "type": "test", - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "file": null, "invocationDetails": { "function": "Suite.eval", @@ -321,7 +321,7 @@ exports['e2e events'] = ` "pending": false, "body": "() => {\\n cy.get('#text-target').type('!').should('have.value', 'abcdefghi!');\\n cy.visit('cypress/fixtures/dom-with-browser-interactions.html');\\n cy.wait(1000, {\\n log: false\\n });\\n cy.get('#text-target').type('abc').should('have.value', 'abc');\\n }", "type": "test", - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "file": null, "invocationDetails": { "function": "Suite.eval", @@ -388,7 +388,7 @@ exports['e2e events'] = ` "pending": false, "body": "() => {\\n cy.get('#text-target').type('!').should('have.value', 'abc!');\\n }", "type": "test", - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "file": null, "invocationDetails": { "function": "Suite.eval", @@ -455,7 +455,7 @@ exports['e2e events'] = ` "pending": false, "body": "() => {\\n cy.visit('cypress/fixtures/dom-with-browser-interactions.html');\\n cy.wait(1000, {\\n log: false\\n });\\n cy.get('#text-target').type('abc').should('have.value', 'abc');\\n }", "type": "test", - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "file": null, "invocationDetails": { "function": "Suite.eval", @@ -522,7 +522,7 @@ exports['e2e events'] = ` "pending": false, "body": "() => {\\n cy.visit('cypress/fixtures/dom-with-browser-interactions.html');\\n cy.wait(1000, {\\n log: false\\n });\\n cy.get('#text-target').type('def').should('have.value', 'def');\\n }", "type": "test", - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "file": null, "invocationDetails": { "function": "Suite.eval", @@ -589,7 +589,7 @@ exports['e2e events'] = ` "pending": false, "body": "() => {\\n cy.get('#text-target').type('abc').should('have.value', 'defabc');\\n }", "type": "test", - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "file": null, "invocationDetails": { "function": "Suite.eval", @@ -642,20 +642,20 @@ exports['e2e events'] = ` "pending": false, "body": "() => {\\n // change the viewport so we get viewport:changed event\\n cy.viewport(300, 200);\\n\\n // click an element so we get command logs with snapshots\\n cy.contains('hi').click();\\n cy.origin('http://foobar.com', () => {\\n // verify changing the viewport inside cy.origin works\\n cy.viewport(400, 500);\\n\\n // eslint-disable-next-line cypress/no-unnecessary-waiting\\n cy.wait(1000, {\\n log: false\\n });\\n });\\n }", "type": "test", - "duration": 100, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "duration": "Any.Number", + "wallClockStartedAt": "Any.ISODate", "timings": { - "lifecycle": 100, + "lifecycle": "Any.Number", "before each": [ { "hookId": "h1", - "fnDuration": 100, - "afterFnDuration": 100 + "fnDuration": "Any.Number", + "afterFnDuration": "Any.Number" } ], "test": { - "fnDuration": 100, - "afterFnDuration": 100 + "fnDuration": "Any.Number", + "afterFnDuration": "Any.Number" } }, "file": null, @@ -731,13 +731,13 @@ exports['e2e events'] = ` "pending": false, "body": "() => {\\n cy.visit('cypress/fixtures/dom-with-browser-interactions.html');\\n cy.wait(1000, {\\n log: false\\n });\\n cy.get('#text-target').type('abc').should('have.value', 'abc');\\n }", "type": "test", - "duration": 100, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "duration": "Any.Number", + "wallClockStartedAt": "Any.ISODate", "timings": { - "lifecycle": 100, + "lifecycle": "Any.Number", "test": { - "fnDuration": 100, - "afterFnDuration": 100 + "fnDuration": "Any.Number", + "afterFnDuration": "Any.Number" } }, "file": null, @@ -813,13 +813,13 @@ exports['e2e events'] = ` "pending": false, "body": "() => {\\n cy.get('#text-target').type('def').should('have.value', 'abcdef');\\n }", "type": "test", - "duration": 100, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "duration": "Any.Number", + "wallClockStartedAt": "Any.ISODate", "timings": { - "lifecycle": 100, + "lifecycle": "Any.Number", "test": { - "fnDuration": 100, - "afterFnDuration": 100 + "fnDuration": "Any.Number", + "afterFnDuration": "Any.Number" } }, "file": null, @@ -895,13 +895,13 @@ exports['e2e events'] = ` "pending": false, "body": "() => {\\n cy.get('#text-target').type('ghi').should('have.value', 'abcdefghi');\\n }", "type": "test", - "duration": 100, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "duration": "Any.Number", + "wallClockStartedAt": "Any.ISODate", "timings": { - "lifecycle": 100, + "lifecycle": "Any.Number", "test": { - "fnDuration": 100, - "afterFnDuration": 100 + "fnDuration": "Any.Number", + "afterFnDuration": "Any.Number" } }, "file": null, @@ -977,13 +977,13 @@ exports['e2e events'] = ` "pending": false, "body": "() => {\\n cy.get('#text-target').type('!').should('have.value', 'abcdefghi!');\\n cy.visit('cypress/fixtures/dom-with-browser-interactions.html');\\n cy.wait(1000, {\\n log: false\\n });\\n cy.get('#text-target').type('abc').should('have.value', 'abc');\\n }", "type": "test", - "duration": 100, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "duration": "Any.Number", + "wallClockStartedAt": "Any.ISODate", "timings": { - "lifecycle": 100, + "lifecycle": "Any.Number", "test": { - "fnDuration": 100, - "afterFnDuration": 100 + "fnDuration": "Any.Number", + "afterFnDuration": "Any.Number" } }, "file": null, @@ -1059,13 +1059,13 @@ exports['e2e events'] = ` "pending": false, "body": "() => {\\n cy.get('#text-target').type('!').should('have.value', 'abc!');\\n }", "type": "test", - "duration": 100, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "duration": "Any.Number", + "wallClockStartedAt": "Any.ISODate", "timings": { - "lifecycle": 100, + "lifecycle": "Any.Number", "test": { - "fnDuration": 100, - "afterFnDuration": 100 + "fnDuration": "Any.Number", + "afterFnDuration": "Any.Number" } }, "file": null, @@ -1141,13 +1141,13 @@ exports['e2e events'] = ` "pending": false, "body": "() => {\\n cy.visit('cypress/fixtures/dom-with-browser-interactions.html');\\n cy.wait(1000, {\\n log: false\\n });\\n cy.get('#text-target').type('abc').should('have.value', 'abc');\\n }", "type": "test", - "duration": 100, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "duration": "Any.Number", + "wallClockStartedAt": "Any.ISODate", "timings": { - "lifecycle": 100, + "lifecycle": "Any.Number", "test": { - "fnDuration": 100, - "afterFnDuration": 100 + "fnDuration": "Any.Number", + "afterFnDuration": "Any.Number" } }, "file": null, @@ -1223,13 +1223,13 @@ exports['e2e events'] = ` "pending": false, "body": "() => {\\n cy.visit('cypress/fixtures/dom-with-browser-interactions.html');\\n cy.wait(1000, {\\n log: false\\n });\\n cy.get('#text-target').type('def').should('have.value', 'def');\\n }", "type": "test", - "duration": 100, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "duration": "Any.Number", + "wallClockStartedAt": "Any.ISODate", "timings": { - "lifecycle": 100, + "lifecycle": "Any.Number", "test": { - "fnDuration": 100, - "afterFnDuration": 100 + "fnDuration": "Any.Number", + "afterFnDuration": "Any.Number" } }, "file": null, @@ -1305,13 +1305,13 @@ exports['e2e events'] = ` "pending": false, "body": "() => {\\n cy.get('#text-target').type('abc').should('have.value', 'defabc');\\n }", "type": "test", - "duration": 100, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "duration": "Any.Number", + "wallClockStartedAt": "Any.ISODate", "timings": { - "lifecycle": 100, + "lifecycle": "Any.Number", "test": { - "fnDuration": 100, - "afterFnDuration": 100 + "fnDuration": "Any.Number", + "afterFnDuration": "Any.Number" } }, "file": null, @@ -1370,21 +1370,21 @@ exports['e2e events'] = ` "pending": false, "body": "() => {\\n // change the viewport so we get viewport:changed event\\n cy.viewport(300, 200);\\n\\n // click an element so we get command logs with snapshots\\n cy.contains('hi').click();\\n cy.origin('http://foobar.com', () => {\\n // verify changing the viewport inside cy.origin works\\n cy.viewport(400, 500);\\n\\n // eslint-disable-next-line cypress/no-unnecessary-waiting\\n cy.wait(1000, {\\n log: false\\n });\\n });\\n }", "type": "test", - "duration": 100, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", - "wallClockDuration": 100, + "duration": "Any.Number", + "wallClockStartedAt": "Any.ISODate", + "wallClockDuration": "Any.Number", "timings": { - "lifecycle": 100, + "lifecycle": "Any.Number", "before each": [ { "hookId": "h1", - "fnDuration": 100, - "afterFnDuration": 100 + "fnDuration": "Any.Number", + "afterFnDuration": "Any.Number" } ], "test": { - "fnDuration": 100, - "afterFnDuration": 100 + "fnDuration": "Any.Number", + "afterFnDuration": "Any.Number" } }, "file": null, @@ -1455,14 +1455,14 @@ exports['e2e events'] = ` "pending": false, "body": "() => {\\n cy.visit('cypress/fixtures/dom-with-browser-interactions.html');\\n cy.wait(1000, {\\n log: false\\n });\\n cy.get('#text-target').type('abc').should('have.value', 'abc');\\n }", "type": "test", - "duration": 100, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", - "wallClockDuration": 100, + "duration": "Any.Number", + "wallClockStartedAt": "Any.ISODate", + "wallClockDuration": "Any.Number", "timings": { - "lifecycle": 100, + "lifecycle": "Any.Number", "test": { - "fnDuration": 100, - "afterFnDuration": 100 + "fnDuration": "Any.Number", + "afterFnDuration": "Any.Number" } }, "file": null, @@ -1533,14 +1533,14 @@ exports['e2e events'] = ` "pending": false, "body": "() => {\\n cy.get('#text-target').type('def').should('have.value', 'abcdef');\\n }", "type": "test", - "duration": 100, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", - "wallClockDuration": 100, + "duration": "Any.Number", + "wallClockStartedAt": "Any.ISODate", + "wallClockDuration": "Any.Number", "timings": { - "lifecycle": 100, + "lifecycle": "Any.Number", "test": { - "fnDuration": 100, - "afterFnDuration": 100 + "fnDuration": "Any.Number", + "afterFnDuration": "Any.Number" } }, "file": null, @@ -1611,14 +1611,14 @@ exports['e2e events'] = ` "pending": false, "body": "() => {\\n cy.get('#text-target').type('ghi').should('have.value', 'abcdefghi');\\n }", "type": "test", - "duration": 100, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", - "wallClockDuration": 100, + "duration": "Any.Number", + "wallClockStartedAt": "Any.ISODate", + "wallClockDuration": "Any.Number", "timings": { - "lifecycle": 100, + "lifecycle": "Any.Number", "test": { - "fnDuration": 100, - "afterFnDuration": 100 + "fnDuration": "Any.Number", + "afterFnDuration": "Any.Number" } }, "file": null, @@ -1689,14 +1689,14 @@ exports['e2e events'] = ` "pending": false, "body": "() => {\\n cy.get('#text-target').type('!').should('have.value', 'abcdefghi!');\\n cy.visit('cypress/fixtures/dom-with-browser-interactions.html');\\n cy.wait(1000, {\\n log: false\\n });\\n cy.get('#text-target').type('abc').should('have.value', 'abc');\\n }", "type": "test", - "duration": 100, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", - "wallClockDuration": 100, + "duration": "Any.Number", + "wallClockStartedAt": "Any.ISODate", + "wallClockDuration": "Any.Number", "timings": { - "lifecycle": 100, + "lifecycle": "Any.Number", "test": { - "fnDuration": 100, - "afterFnDuration": 100 + "fnDuration": "Any.Number", + "afterFnDuration": "Any.Number" } }, "file": null, @@ -1767,14 +1767,14 @@ exports['e2e events'] = ` "pending": false, "body": "() => {\\n cy.get('#text-target').type('!').should('have.value', 'abc!');\\n }", "type": "test", - "duration": 100, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", - "wallClockDuration": 100, + "duration": "Any.Number", + "wallClockStartedAt": "Any.ISODate", + "wallClockDuration": "Any.Number", "timings": { - "lifecycle": 100, + "lifecycle": "Any.Number", "test": { - "fnDuration": 100, - "afterFnDuration": 100 + "fnDuration": "Any.Number", + "afterFnDuration": "Any.Number" } }, "file": null, @@ -1845,14 +1845,14 @@ exports['e2e events'] = ` "pending": false, "body": "() => {\\n cy.visit('cypress/fixtures/dom-with-browser-interactions.html');\\n cy.wait(1000, {\\n log: false\\n });\\n cy.get('#text-target').type('abc').should('have.value', 'abc');\\n }", "type": "test", - "duration": 100, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", - "wallClockDuration": 100, + "duration": "Any.Number", + "wallClockStartedAt": "Any.ISODate", + "wallClockDuration": "Any.Number", "timings": { - "lifecycle": 100, + "lifecycle": "Any.Number", "test": { - "fnDuration": 100, - "afterFnDuration": 100 + "fnDuration": "Any.Number", + "afterFnDuration": "Any.Number" } }, "file": null, @@ -1923,14 +1923,14 @@ exports['e2e events'] = ` "pending": false, "body": "() => {\\n cy.visit('cypress/fixtures/dom-with-browser-interactions.html');\\n cy.wait(1000, {\\n log: false\\n });\\n cy.get('#text-target').type('def').should('have.value', 'def');\\n }", "type": "test", - "duration": 100, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", - "wallClockDuration": 100, + "duration": "Any.Number", + "wallClockStartedAt": "Any.ISODate", + "wallClockDuration": "Any.Number", "timings": { - "lifecycle": 100, + "lifecycle": "Any.Number", "test": { - "fnDuration": 100, - "afterFnDuration": 100 + "fnDuration": "Any.Number", + "afterFnDuration": "Any.Number" } }, "file": null, @@ -2001,14 +2001,14 @@ exports['e2e events'] = ` "pending": false, "body": "() => {\\n cy.get('#text-target').type('abc').should('have.value', 'defabc');\\n }", "type": "test", - "duration": 100, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", - "wallClockDuration": 100, + "duration": "Any.Number", + "wallClockStartedAt": "Any.ISODate", + "wallClockDuration": "Any.Number", "timings": { - "lifecycle": 100, + "lifecycle": "Any.Number", "test": { - "fnDuration": 100, - "afterFnDuration": 100 + "fnDuration": "Any.Number", + "afterFnDuration": "Any.Number" } }, "file": null, @@ -2856,10 +2856,10 @@ exports['e2e events'] = ` "timeout": 60000, "type": "parent", "url": "", - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100 + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number" }, { "id": "log-http://localhost:3131-2", @@ -2874,10 +2874,10 @@ exports['e2e events'] = ` "timeout": 4000, "type": "parent", "url": "http://localhost:3131/index.html", - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100 + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number" }, { "id": "log-http://localhost:3131-3", @@ -2892,10 +2892,10 @@ exports['e2e events'] = ` "timeout": 4000, "type": "child", "url": "http://localhost:3131/index.html", - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100 + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number" }, { "id": "log-http://localhost:3131-4", @@ -2912,10 +2912,10 @@ exports['e2e events'] = ` "type": "child", "url": "http://localhost:3131/index.html", "visible": true, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", "highlightAttr": "data-cypress-el" }, { @@ -2931,10 +2931,10 @@ exports['e2e events'] = ` "timeout": 4000, "type": "parent", "url": "http://localhost:3131/index.html", - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100 + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number" }, { "id": "log-http://foobar.com-6", @@ -2951,10 +2951,10 @@ exports['e2e events'] = ` "timeout": 4000, "type": "parent", "url": "", - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100 + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number" }, { "id": "log-http://localhost:2121-1", @@ -2969,10 +2969,10 @@ exports['e2e events'] = ` "timeout": 60000, "type": "parent", "url": "", - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100 + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number" }, { "id": "log-http://localhost:2121-2", @@ -2987,10 +2987,10 @@ exports['e2e events'] = ` "timeout": 4000, "type": "parent", "url": "http://localhost:2121/cypress/fixtures/dom-with-browser-interactions.html", - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100 + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number" }, { "id": "log-http://localhost:2121-3", @@ -3007,10 +3007,10 @@ exports['e2e events'] = ` "type": "child", "url": "http://localhost:2121/cypress/fixtures/dom-with-browser-interactions.html", "visible": true, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", "highlightAttr": "data-cypress-el" }, { @@ -3028,10 +3028,10 @@ exports['e2e events'] = ` "type": "child", "url": "http://localhost:2121/cypress/fixtures/dom-with-browser-interactions.html", "visible": true, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", "highlightAttr": "data-cypress-el" }, { @@ -3047,10 +3047,10 @@ exports['e2e events'] = ` "timeout": 4000, "type": "parent", "url": "", - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100 + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number" }, { "id": "log-http://localhost:2121-6", @@ -3067,10 +3067,10 @@ exports['e2e events'] = ` "type": "child", "url": "", "visible": true, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", "highlightAttr": "data-cypress-el" }, { @@ -3088,10 +3088,10 @@ exports['e2e events'] = ` "type": "child", "url": "", "visible": true, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", "highlightAttr": "data-cypress-el" }, { @@ -3107,10 +3107,10 @@ exports['e2e events'] = ` "timeout": 4000, "type": "parent", "url": "", - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100 + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number" }, { "id": "log-http://localhost:2121-9", @@ -3127,10 +3127,10 @@ exports['e2e events'] = ` "type": "child", "url": "", "visible": true, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", "highlightAttr": "data-cypress-el" }, { @@ -3148,10 +3148,10 @@ exports['e2e events'] = ` "type": "child", "url": "", "visible": true, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", "highlightAttr": "data-cypress-el" }, { @@ -3167,10 +3167,10 @@ exports['e2e events'] = ` "timeout": 4000, "type": "parent", "url": "", - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100 + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number" }, { "id": "log-http://localhost:2121-12", @@ -3187,10 +3187,10 @@ exports['e2e events'] = ` "type": "child", "url": "", "visible": true, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", "highlightAttr": "data-cypress-el" }, { @@ -3208,10 +3208,10 @@ exports['e2e events'] = ` "type": "child", "url": "", "visible": true, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", "highlightAttr": "data-cypress-el" }, { @@ -3227,10 +3227,10 @@ exports['e2e events'] = ` "timeout": 60000, "type": "parent", "url": "", - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100 + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number" }, { "id": "log-http://localhost:2121-15", @@ -3245,10 +3245,10 @@ exports['e2e events'] = ` "timeout": 4000, "type": "parent", "url": "http://localhost:2121/cypress/fixtures/dom-with-browser-interactions.html", - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100 + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number" }, { "id": "log-http://localhost:2121-16", @@ -3265,10 +3265,10 @@ exports['e2e events'] = ` "type": "child", "url": "http://localhost:2121/cypress/fixtures/dom-with-browser-interactions.html", "visible": true, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", "highlightAttr": "data-cypress-el" }, { @@ -3286,10 +3286,10 @@ exports['e2e events'] = ` "type": "child", "url": "http://localhost:2121/cypress/fixtures/dom-with-browser-interactions.html", "visible": true, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", "highlightAttr": "data-cypress-el" }, { @@ -3305,10 +3305,10 @@ exports['e2e events'] = ` "timeout": 4000, "type": "parent", "url": "", - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100 + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number" }, { "id": "log-http://localhost:2121-19", @@ -3325,10 +3325,10 @@ exports['e2e events'] = ` "type": "child", "url": "", "visible": true, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", "highlightAttr": "data-cypress-el" }, { @@ -3346,10 +3346,10 @@ exports['e2e events'] = ` "type": "child", "url": "", "visible": true, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", "highlightAttr": "data-cypress-el" }, { @@ -3365,10 +3365,10 @@ exports['e2e events'] = ` "timeout": 60000, "type": "parent", "url": "", - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100 + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number" }, { "id": "log-http://localhost:2121-22", @@ -3383,10 +3383,10 @@ exports['e2e events'] = ` "timeout": 4000, "type": "parent", "url": "http://localhost:2121/cypress/fixtures/dom-with-browser-interactions.html", - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100 + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number" }, { "id": "log-http://localhost:2121-23", @@ -3403,10 +3403,10 @@ exports['e2e events'] = ` "type": "child", "url": "http://localhost:2121/cypress/fixtures/dom-with-browser-interactions.html", "visible": true, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", "highlightAttr": "data-cypress-el" }, { @@ -3424,10 +3424,10 @@ exports['e2e events'] = ` "type": "child", "url": "http://localhost:2121/cypress/fixtures/dom-with-browser-interactions.html", "visible": true, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", "highlightAttr": "data-cypress-el" }, { @@ -3443,10 +3443,10 @@ exports['e2e events'] = ` "timeout": 60000, "type": "parent", "url": "", - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100 + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number" }, { "id": "log-http://localhost:2121-26", @@ -3461,10 +3461,10 @@ exports['e2e events'] = ` "timeout": 4000, "type": "parent", "url": "http://localhost:2121/cypress/fixtures/dom-with-browser-interactions.html", - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100 + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number" }, { "id": "log-http://localhost:2121-27", @@ -3481,10 +3481,10 @@ exports['e2e events'] = ` "type": "child", "url": "http://localhost:2121/cypress/fixtures/dom-with-browser-interactions.html", "visible": true, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", "highlightAttr": "data-cypress-el" }, { @@ -3502,10 +3502,10 @@ exports['e2e events'] = ` "type": "child", "url": "http://localhost:2121/cypress/fixtures/dom-with-browser-interactions.html", "visible": true, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", "highlightAttr": "data-cypress-el" }, { @@ -3521,10 +3521,10 @@ exports['e2e events'] = ` "timeout": 4000, "type": "parent", "url": "", - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100 + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number" }, { "id": "log-http://localhost:2121-30", @@ -3541,10 +3541,10 @@ exports['e2e events'] = ` "type": "child", "url": "", "visible": true, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", "highlightAttr": "data-cypress-el" }, { @@ -3562,10 +3562,10 @@ exports['e2e events'] = ` "type": "child", "url": "", "visible": true, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", "highlightAttr": "data-cypress-el" } ], @@ -3585,11 +3585,11 @@ exports['e2e events'] = ` "timeout": 4000, "type": "parent", "url": "", - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, "snapshots": [], - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100 + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number" }, { "id": "log-http://localhost:2121-1", @@ -3604,15 +3604,15 @@ exports['e2e events'] = ` "timeout": 60000, "type": "parent", "url": "cypress/fixtures/dom-with-browser-interactions.html", - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, "snapshots": [ { - "timestamp": 100 + "timestamp": "Any.Number" } ], - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100 + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number" }, { "id": "log-http://localhost:2121-10", @@ -3629,11 +3629,11 @@ exports['e2e events'] = ` "type": "child", "url": "", "visible": true, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, "snapshots": [ { - "timestamp": 100, + "timestamp": "Any.Number", "elementsToHighlight": [ { "selector": "#text-target" @@ -3641,8 +3641,8 @@ exports['e2e events'] = ` ] } ], - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", "highlightAttr": "data-cypress-el" }, { @@ -3660,11 +3660,11 @@ exports['e2e events'] = ` "type": "parent", "url": "", "visible": true, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, "snapshots": [ { - "timestamp": 100, + "timestamp": "Any.Number", "elementsToHighlight": [ { "selector": "#text-target" @@ -3672,8 +3672,8 @@ exports['e2e events'] = ` ] } ], - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", "highlightAttr": "data-cypress-el" }, { @@ -3691,12 +3691,12 @@ exports['e2e events'] = ` "type": "child", "url": "", "visible": true, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, "snapshots": [ { "name": "before", - "timestamp": 100, + "timestamp": "Any.Number", "elementsToHighlight": [ { "selector": "#text-target" @@ -3705,7 +3705,7 @@ exports['e2e events'] = ` }, { "name": "after", - "timestamp": 100, + "timestamp": "Any.Number", "elementsToHighlight": [ { "selector": "#text-target" @@ -3713,8 +3713,8 @@ exports['e2e events'] = ` ] } ], - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", "highlightAttr": "data-cypress-el" }, { @@ -3732,11 +3732,11 @@ exports['e2e events'] = ` "type": "child", "url": "", "visible": true, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, "snapshots": [ { - "timestamp": 100, + "timestamp": "Any.Number", "elementsToHighlight": [ { "selector": "#text-target" @@ -3744,8 +3744,8 @@ exports['e2e events'] = ` ] } ], - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", "highlightAttr": "data-cypress-el" }, { @@ -3761,15 +3761,15 @@ exports['e2e events'] = ` "timeout": 60000, "type": "parent", "url": "cypress/fixtures/dom-with-browser-interactions.html", - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, "snapshots": [ { - "timestamp": 100 + "timestamp": "Any.Number" } ], - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100 + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number" }, { "id": "log-http://localhost:2121-15", @@ -3786,11 +3786,11 @@ exports['e2e events'] = ` "type": "parent", "url": "http://localhost:2121/cypress/fixtures/dom-with-browser-interactions.html", "visible": true, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, "snapshots": [ { - "timestamp": 100, + "timestamp": "Any.Number", "elementsToHighlight": [ { "selector": "#text-target" @@ -3798,8 +3798,8 @@ exports['e2e events'] = ` ] } ], - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", "highlightAttr": "data-cypress-el" }, { @@ -3817,12 +3817,12 @@ exports['e2e events'] = ` "type": "child", "url": "http://localhost:2121/cypress/fixtures/dom-with-browser-interactions.html", "visible": true, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, "snapshots": [ { "name": "before", - "timestamp": 100, + "timestamp": "Any.Number", "elementsToHighlight": [ { "selector": "#text-target" @@ -3831,7 +3831,7 @@ exports['e2e events'] = ` }, { "name": "after", - "timestamp": 100, + "timestamp": "Any.Number", "elementsToHighlight": [ { "selector": "#text-target" @@ -3839,15 +3839,15 @@ exports['e2e events'] = ` ] } ], - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", "coords": { - "top": 100, - "left": 100, - "topCenter": 100, - "leftCenter": 100, - "x": 100, - "y": 100 + "top": "Any.Number", + "left": "Any.Number", + "topCenter": "Any.Number", + "leftCenter": "Any.Number", + "x": "Any.Number", + "y": "Any.Number" }, "highlightAttr": "data-cypress-el" }, @@ -3866,11 +3866,11 @@ exports['e2e events'] = ` "type": "child", "url": "http://localhost:2121/cypress/fixtures/dom-with-browser-interactions.html", "visible": true, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, "snapshots": [ { - "timestamp": 100, + "timestamp": "Any.Number", "elementsToHighlight": [ { "selector": "#text-target" @@ -3878,8 +3878,8 @@ exports['e2e events'] = ` ] } ], - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", "highlightAttr": "data-cypress-el" }, { @@ -3897,11 +3897,11 @@ exports['e2e events'] = ` "type": "parent", "url": "", "visible": true, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, "snapshots": [ { - "timestamp": 100, + "timestamp": "Any.Number", "elementsToHighlight": [ { "selector": "#text-target" @@ -3909,8 +3909,8 @@ exports['e2e events'] = ` ] } ], - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", "highlightAttr": "data-cypress-el" }, { @@ -3928,12 +3928,12 @@ exports['e2e events'] = ` "type": "child", "url": "", "visible": true, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, "snapshots": [ { "name": "before", - "timestamp": 100, + "timestamp": "Any.Number", "elementsToHighlight": [ { "selector": "#text-target" @@ -3942,7 +3942,7 @@ exports['e2e events'] = ` }, { "name": "after", - "timestamp": 100, + "timestamp": "Any.Number", "elementsToHighlight": [ { "selector": "#text-target" @@ -3950,8 +3950,8 @@ exports['e2e events'] = ` ] } ], - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", "highlightAttr": "data-cypress-el" }, { @@ -3969,11 +3969,11 @@ exports['e2e events'] = ` "type": "parent", "url": "http://localhost:2121/cypress/fixtures/dom-with-browser-interactions.html", "visible": true, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, "snapshots": [ { - "timestamp": 100, + "timestamp": "Any.Number", "elementsToHighlight": [ { "selector": "#text-target" @@ -3981,8 +3981,8 @@ exports['e2e events'] = ` ] } ], - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", "highlightAttr": "data-cypress-el" }, { @@ -4000,11 +4000,11 @@ exports['e2e events'] = ` "type": "child", "url": "", "visible": true, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, "snapshots": [ { - "timestamp": 100, + "timestamp": "Any.Number", "elementsToHighlight": [ { "selector": "#text-target" @@ -4012,8 +4012,8 @@ exports['e2e events'] = ` ] } ], - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", "highlightAttr": "data-cypress-el" }, { @@ -4029,15 +4029,15 @@ exports['e2e events'] = ` "timeout": 60000, "type": "parent", "url": "cypress/fixtures/dom-with-browser-interactions.html", - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, "snapshots": [ { - "timestamp": 100 + "timestamp": "Any.Number" } ], - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100 + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number" }, { "id": "log-http://localhost:2121-22", @@ -4054,11 +4054,11 @@ exports['e2e events'] = ` "type": "parent", "url": "http://localhost:2121/cypress/fixtures/dom-with-browser-interactions.html", "visible": true, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, "snapshots": [ { - "timestamp": 100, + "timestamp": "Any.Number", "elementsToHighlight": [ { "selector": "#text-target" @@ -4066,8 +4066,8 @@ exports['e2e events'] = ` ] } ], - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", "highlightAttr": "data-cypress-el" }, { @@ -4085,12 +4085,12 @@ exports['e2e events'] = ` "type": "child", "url": "http://localhost:2121/cypress/fixtures/dom-with-browser-interactions.html", "visible": true, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, "snapshots": [ { "name": "before", - "timestamp": 100, + "timestamp": "Any.Number", "elementsToHighlight": [ { "selector": "#text-target" @@ -4099,7 +4099,7 @@ exports['e2e events'] = ` }, { "name": "after", - "timestamp": 100, + "timestamp": "Any.Number", "elementsToHighlight": [ { "selector": "#text-target" @@ -4107,15 +4107,15 @@ exports['e2e events'] = ` ] } ], - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", "coords": { - "top": 100, - "left": 100, - "topCenter": 100, - "leftCenter": 100, - "x": 100, - "y": 100 + "top": "Any.Number", + "left": "Any.Number", + "topCenter": "Any.Number", + "leftCenter": "Any.Number", + "x": "Any.Number", + "y": "Any.Number" }, "highlightAttr": "data-cypress-el" }, @@ -4134,11 +4134,11 @@ exports['e2e events'] = ` "type": "child", "url": "http://localhost:2121/cypress/fixtures/dom-with-browser-interactions.html", "visible": true, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, "snapshots": [ { - "timestamp": 100, + "timestamp": "Any.Number", "elementsToHighlight": [ { "selector": "#text-target" @@ -4146,8 +4146,8 @@ exports['e2e events'] = ` ] } ], - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", "highlightAttr": "data-cypress-el" }, { @@ -4163,15 +4163,15 @@ exports['e2e events'] = ` "timeout": 60000, "type": "parent", "url": "cypress/fixtures/dom-with-browser-interactions.html", - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, "snapshots": [ { - "timestamp": 100 + "timestamp": "Any.Number" } ], - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100 + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number" }, { "id": "log-http://localhost:2121-26", @@ -4188,11 +4188,11 @@ exports['e2e events'] = ` "type": "parent", "url": "http://localhost:2121/cypress/fixtures/dom-with-browser-interactions.html", "visible": true, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, "snapshots": [ { - "timestamp": 100, + "timestamp": "Any.Number", "elementsToHighlight": [ { "selector": "#text-target" @@ -4200,8 +4200,8 @@ exports['e2e events'] = ` ] } ], - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", "highlightAttr": "data-cypress-el" }, { @@ -4219,12 +4219,12 @@ exports['e2e events'] = ` "type": "child", "url": "http://localhost:2121/cypress/fixtures/dom-with-browser-interactions.html", "visible": true, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, "snapshots": [ { "name": "before", - "timestamp": 100, + "timestamp": "Any.Number", "elementsToHighlight": [ { "selector": "#text-target" @@ -4233,7 +4233,7 @@ exports['e2e events'] = ` }, { "name": "after", - "timestamp": 100, + "timestamp": "Any.Number", "elementsToHighlight": [ { "selector": "#text-target" @@ -4241,15 +4241,15 @@ exports['e2e events'] = ` ] } ], - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", "coords": { - "top": 100, - "left": 100, - "topCenter": 100, - "leftCenter": 100, - "x": 100, - "y": 100 + "top": "Any.Number", + "left": "Any.Number", + "topCenter": "Any.Number", + "leftCenter": "Any.Number", + "x": "Any.Number", + "y": "Any.Number" }, "highlightAttr": "data-cypress-el" }, @@ -4268,11 +4268,11 @@ exports['e2e events'] = ` "type": "child", "url": "http://localhost:2121/cypress/fixtures/dom-with-browser-interactions.html", "visible": true, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, "snapshots": [ { - "timestamp": 100, + "timestamp": "Any.Number", "elementsToHighlight": [ { "selector": "#text-target" @@ -4280,8 +4280,8 @@ exports['e2e events'] = ` ] } ], - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", "highlightAttr": "data-cypress-el" }, { @@ -4299,11 +4299,11 @@ exports['e2e events'] = ` "type": "parent", "url": "", "visible": true, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, "snapshots": [ { - "timestamp": 100, + "timestamp": "Any.Number", "elementsToHighlight": [ { "selector": "#text-target" @@ -4311,8 +4311,8 @@ exports['e2e events'] = ` ] } ], - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", "highlightAttr": "data-cypress-el" }, { @@ -4330,12 +4330,12 @@ exports['e2e events'] = ` "type": "child", "url": "http://localhost:2121/cypress/fixtures/dom-with-browser-interactions.html", "visible": true, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, "snapshots": [ { "name": "before", - "timestamp": 100, + "timestamp": "Any.Number", "elementsToHighlight": [ { "selector": "#text-target" @@ -4344,7 +4344,7 @@ exports['e2e events'] = ` }, { "name": "after", - "timestamp": 100, + "timestamp": "Any.Number", "elementsToHighlight": [ { "selector": "#text-target" @@ -4352,15 +4352,15 @@ exports['e2e events'] = ` ] } ], - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", "coords": { - "top": 100, - "left": 100, - "topCenter": 100, - "leftCenter": 100, - "x": 100, - "y": 100 + "top": "Any.Number", + "left": "Any.Number", + "topCenter": "Any.Number", + "leftCenter": "Any.Number", + "x": "Any.Number", + "y": "Any.Number" }, "highlightAttr": "data-cypress-el" }, @@ -4379,12 +4379,12 @@ exports['e2e events'] = ` "type": "child", "url": "", "visible": true, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, "snapshots": [ { "name": "before", - "timestamp": 100, + "timestamp": "Any.Number", "elementsToHighlight": [ { "selector": "#text-target" @@ -4393,7 +4393,7 @@ exports['e2e events'] = ` }, { "name": "after", - "timestamp": 100, + "timestamp": "Any.Number", "elementsToHighlight": [ { "selector": "#text-target" @@ -4401,8 +4401,8 @@ exports['e2e events'] = ` ] } ], - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", "highlightAttr": "data-cypress-el" }, { @@ -4420,11 +4420,11 @@ exports['e2e events'] = ` "type": "child", "url": "", "visible": true, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, "snapshots": [ { - "timestamp": 100, + "timestamp": "Any.Number", "elementsToHighlight": [ { "selector": "#text-target" @@ -4432,8 +4432,8 @@ exports['e2e events'] = ` ] } ], - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", "highlightAttr": "data-cypress-el" }, { @@ -4451,11 +4451,11 @@ exports['e2e events'] = ` "type": "child", "url": "http://localhost:2121/cypress/fixtures/dom-with-browser-interactions.html", "visible": true, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, "snapshots": [ { - "timestamp": 100, + "timestamp": "Any.Number", "elementsToHighlight": [ { "selector": "#text-target" @@ -4463,8 +4463,8 @@ exports['e2e events'] = ` ] } ], - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", "highlightAttr": "data-cypress-el" }, { @@ -4482,11 +4482,11 @@ exports['e2e events'] = ` "type": "parent", "url": "", "visible": true, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, "snapshots": [ { - "timestamp": 100, + "timestamp": "Any.Number", "elementsToHighlight": [ { "selector": "#text-target" @@ -4494,8 +4494,8 @@ exports['e2e events'] = ` ] } ], - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", "highlightAttr": "data-cypress-el" }, { @@ -4513,12 +4513,12 @@ exports['e2e events'] = ` "type": "child", "url": "", "visible": true, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, "snapshots": [ { "name": "before", - "timestamp": 100, + "timestamp": "Any.Number", "elementsToHighlight": [ { "selector": "#text-target" @@ -4527,7 +4527,7 @@ exports['e2e events'] = ` }, { "name": "after", - "timestamp": 100, + "timestamp": "Any.Number", "elementsToHighlight": [ { "selector": "#text-target" @@ -4535,8 +4535,8 @@ exports['e2e events'] = ` ] } ], - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", "highlightAttr": "data-cypress-el" }, { @@ -4554,11 +4554,11 @@ exports['e2e events'] = ` "type": "child", "url": "", "visible": true, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, "snapshots": [ { - "timestamp": 100, + "timestamp": "Any.Number", "elementsToHighlight": [ { "selector": "#text-target" @@ -4566,8 +4566,8 @@ exports['e2e events'] = ` ] } ], - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", "highlightAttr": "data-cypress-el" }, { @@ -4585,11 +4585,11 @@ exports['e2e events'] = ` "type": "parent", "url": "", "visible": true, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, "snapshots": [ { - "timestamp": 100, + "timestamp": "Any.Number", "elementsToHighlight": [ { "selector": "#text-target" @@ -4597,8 +4597,8 @@ exports['e2e events'] = ` ] } ], - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", "highlightAttr": "data-cypress-el" }, { @@ -4616,12 +4616,12 @@ exports['e2e events'] = ` "type": "child", "url": "", "visible": true, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, "snapshots": [ { "name": "before", - "timestamp": 100, + "timestamp": "Any.Number", "elementsToHighlight": [ { "selector": "#text-target" @@ -4630,7 +4630,7 @@ exports['e2e events'] = ` }, { "name": "after", - "timestamp": 100, + "timestamp": "Any.Number", "elementsToHighlight": [ { "selector": "#text-target" @@ -4638,8 +4638,8 @@ exports['e2e events'] = ` ] } ], - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", "highlightAttr": "data-cypress-el" }, { @@ -4655,15 +4655,15 @@ exports['e2e events'] = ` "timeout": 60000, "type": "parent", "url": "http://localhost:3131/index.html", - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, "snapshots": [ { - "timestamp": 100 + "timestamp": "Any.Number" } ], - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100 + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number" }, { "id": "log-http://localhost:3131-2", @@ -4678,15 +4678,15 @@ exports['e2e events'] = ` "timeout": 4000, "type": "parent", "url": "http://localhost:3131/index.html", - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, "snapshots": [ { - "timestamp": 100 + "timestamp": "Any.Number" } ], - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100 + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number" }, { "id": "log-http://localhost:3131-3", @@ -4703,11 +4703,11 @@ exports['e2e events'] = ` "type": "child", "url": "http://localhost:3131/index.html", "visible": true, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, "snapshots": [ { - "timestamp": 100, + "timestamp": "Any.Number", "elementsToHighlight": [ { "selector": "h1" @@ -4715,8 +4715,8 @@ exports['e2e events'] = ` ] } ], - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", "highlightAttr": "data-cypress-el" }, { @@ -4734,12 +4734,12 @@ exports['e2e events'] = ` "type": "child", "url": "http://localhost:3131/index.html", "visible": true, - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, "snapshots": [ { "name": "before", - "timestamp": 100, + "timestamp": "Any.Number", "elementsToHighlight": [ { "selector": "h1" @@ -4748,7 +4748,7 @@ exports['e2e events'] = ` }, { "name": "after", - "timestamp": 100, + "timestamp": "Any.Number", "elementsToHighlight": [ { "selector": "h1" @@ -4756,15 +4756,15 @@ exports['e2e events'] = ` ] } ], - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", "coords": { - "top": 100, - "left": 100, - "topCenter": 100, - "leftCenter": 100, - "x": 100, - "y": 100 + "top": "Any.Number", + "left": "Any.Number", + "topCenter": "Any.Number", + "leftCenter": "Any.Number", + "x": "Any.Number", + "y": "Any.Number" }, "highlightAttr": "data-cypress-el" }, @@ -4781,15 +4781,15 @@ exports['e2e events'] = ` "timeout": 4000, "type": "parent", "url": "http://localhost:3131/index.html", - "wallClockStartedAt": "2015-03-18T00:00:00.000Z", + "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, "snapshots": [ { - "timestamp": 100 + "timestamp": "Any.Number" } ], - "createdAtTimestamp": 100, - "updatedAtTimestamp": 100 + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number" } ], "viewportChanged": [ @@ -4798,130 +4798,3391 @@ exports['e2e events'] = ` "width": 300, "height": 200 }, - "timestamp": 100 + "timestamp": "Any.Number" }, { "viewport": { "width": 400, "height": 500 }, - "timestamp": 100 + "timestamp": "Any.Number" } ], "urlChanged": [ { "url": "http://localhost:3131/index.html", - "timestamp": 100 + "timestamp": "Any.Number" }, { "url": "", - "timestamp": 100 + "timestamp": "Any.Number" }, { "url": "http://localhost:2121/cypress/fixtures/dom-with-browser-interactions.html", - "timestamp": 100 + "timestamp": "Any.Number" }, { "url": "http://localhost:2121/cypress/fixtures/dom-with-browser-interactions.html", - "timestamp": 100 + "timestamp": "Any.Number" }, { "url": "", - "timestamp": 100 + "timestamp": "Any.Number" }, { "url": "http://localhost:2121/cypress/fixtures/dom-with-browser-interactions.html", - "timestamp": 100 + "timestamp": "Any.Number" }, { "url": "", - "timestamp": 100 + "timestamp": "Any.Number" }, { "url": "http://localhost:2121/cypress/fixtures/dom-with-browser-interactions.html", - "timestamp": 100 + "timestamp": "Any.Number" }, { "url": "", - "timestamp": 100 + "timestamp": "Any.Number" } ], "pageLoading": [ { "loading": true, - "timestamp": 100 + "timestamp": "Any.Number" }, { "loading": false, - "timestamp": 100 + "timestamp": "Any.Number" }, { "loading": true, - "timestamp": 100 + "timestamp": "Any.Number" }, { "loading": false, - "timestamp": 100 + "timestamp": "Any.Number" }, { "loading": true, - "timestamp": 100 + "timestamp": "Any.Number" }, { "loading": false, - "timestamp": 100 + "timestamp": "Any.Number" }, { "loading": true, - "timestamp": 100 + "timestamp": "Any.Number" }, { "loading": false, - "timestamp": 100 + "timestamp": "Any.Number" }, { "loading": true, - "timestamp": 100 + "timestamp": "Any.Number" }, { "loading": false, - "timestamp": 100 + "timestamp": "Any.Number" }, { "loading": true, - "timestamp": 100 + "timestamp": "Any.Number" }, { "loading": false, - "timestamp": 100 + "timestamp": "Any.Number" }, { "loading": true, - "timestamp": 100 + "timestamp": "Any.Number" }, { "loading": false, - "timestamp": 100 + "timestamp": "Any.Number" }, { "loading": true, - "timestamp": 100 + "timestamp": "Any.Number" }, { "loading": false, - "timestamp": 100 + "timestamp": "Any.Number" }, { "loading": true, - "timestamp": 100 + "timestamp": "Any.Number" }, { "loading": false, - "timestamp": 100 + "timestamp": "Any.Number" } ], "resetTest": [ "r3" + ], + "responseEndedWithEmptyBody": [] +} +` + +exports['component events - experimentalSingleTabRunMode: true'] = ` +{ + "beforeSpec": [ + { + "name": "/path/to/name", + "open": true, + "inTransaction": false, + "readonly": false, + "memory": false + }, + { + "name": "/path/to/name", + "open": true, + "inTransaction": false, + "readonly": false, + "memory": false + } + ], + "afterSpec": [ + true, + true + ], + "beforeTest": [ + { + "_testConfig": { + "testConfigList": [], + "unverifiedTestConfig": {}, + "applied": "complete" + }, + "id": "r3", + "order": 1, + "title": "test 1", + "pending": false, + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloEarth_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#earth-text').type('Hello Earth').should('have.value', 'Hello Earth');\\n }", + "type": "test", + "wallClockStartedAt": "Any.ISODate", + "file": null, + "invocationDetails": { + "function": "Object.getInvocationDetails", + "fileUrl": "cypress:///../driver/src/cypress/stack_utils.ts", + "originalFile": "cypress:///../driver/src/cypress/stack_utils.ts", + "relativeFile": "../driver/src/cypress/stack_utils.ts", + "absoluteFile": "/path/to/absoluteFile", + "line": 94, + "column": 17, + "whitespace": " ", + "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:333:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-0.js:17:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)" + }, + "currentRetry": 0, + "retries": 0, + "_slow": 250 + }, + { + "_testConfig": { + "testConfigList": [], + "unverifiedTestConfig": {}, + "applied": "complete" + }, + "id": "r4", + "order": 2, + "title": "test 2", + "pending": false, + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloEarth_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#earth-text').type('Where\\\\'s Mars?').should('have.value', 'Where\\\\'s Mars?');\\n }", + "type": "test", + "wallClockStartedAt": "Any.ISODate", + "file": null, + "invocationDetails": { + "function": "Object.getInvocationDetails", + "fileUrl": "cypress:///../driver/src/cypress/stack_utils.ts", + "originalFile": "cypress:///../driver/src/cypress/stack_utils.ts", + "relativeFile": "../driver/src/cypress/stack_utils.ts", + "absoluteFile": "/path/to/absoluteFile", + "line": 94, + "column": 17, + "whitespace": " ", + "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:333:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-0.js:21:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)" + }, + "currentRetry": 0, + "retries": 0, + "_slow": 250 + }, + { + "_testConfig": { + "testConfigList": [], + "unverifiedTestConfig": {}, + "applied": "complete" + }, + "id": "r3", + "order": 1, + "title": "test 1", + "pending": false, + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloMars_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#mars-text').type('Hello Mars').should('have.value', 'Hello Mars');\\n }", + "type": "test", + "wallClockStartedAt": "Any.ISODate", + "file": null, + "invocationDetails": { + "function": "Object.getInvocationDetails", + "fileUrl": "cypress:///../driver/src/cypress/stack_utils.ts", + "originalFile": "cypress:///../driver/src/cypress/stack_utils.ts", + "relativeFile": "../driver/src/cypress/stack_utils.ts", + "absoluteFile": "/path/to/absoluteFile", + "line": 94, + "column": 17, + "whitespace": " ", + "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:333:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-1.js:17:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)" + }, + "currentRetry": 0, + "retries": 0, + "_slow": 250 + }, + { + "_testConfig": { + "testConfigList": [], + "unverifiedTestConfig": {}, + "applied": "complete" + }, + "id": "r4", + "order": 2, + "title": "test 2", + "pending": false, + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloMars_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#mars-text').type('Where\\\\'s Earth?').should('have.value', 'Where\\\\'s Earth?');\\n }", + "type": "test", + "wallClockStartedAt": "Any.ISODate", + "file": null, + "invocationDetails": { + "function": "Object.getInvocationDetails", + "fileUrl": "cypress:///../driver/src/cypress/stack_utils.ts", + "originalFile": "cypress:///../driver/src/cypress/stack_utils.ts", + "relativeFile": "../driver/src/cypress/stack_utils.ts", + "absoluteFile": "/path/to/absoluteFile", + "line": 94, + "column": 17, + "whitespace": " ", + "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:333:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-1.js:21:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)" + }, + "currentRetry": 0, + "retries": 0, + "_slow": 250 + } + ], + "preAfterTest": [ + { + "test": { + "_testConfig": { + "testConfigList": [], + "unverifiedTestConfig": {}, + "applied": "complete" + }, + "id": "r3", + "order": 1, + "title": "test 1", + "state": "passed", + "pending": false, + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloEarth_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#earth-text').type('Hello Earth').should('have.value', 'Hello Earth');\\n }", + "type": "test", + "duration": "Any.Number", + "wallClockStartedAt": "Any.ISODate", + "timings": { + "lifecycle": "Any.Number", + "test": { + "fnDuration": "Any.Number", + "afterFnDuration": "Any.Number" + } + }, + "file": null, + "invocationDetails": { + "function": "Object.getInvocationDetails", + "fileUrl": "cypress:///../driver/src/cypress/stack_utils.ts", + "originalFile": "cypress:///../driver/src/cypress/stack_utils.ts", + "relativeFile": "../driver/src/cypress/stack_utils.ts", + "absoluteFile": "/path/to/absoluteFile", + "line": 94, + "column": 17, + "whitespace": " ", + "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:333:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-0.js:17:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)" + }, + "final": true, + "currentRetry": 0, + "retries": 0, + "_slow": 250 + }, + "options": { + "nextTestHasTestIsolationOn": true + } + }, + { + "test": { + "_testConfig": { + "testConfigList": [], + "unverifiedTestConfig": {}, + "applied": "complete" + }, + "id": "r4", + "order": 2, + "title": "test 2", + "state": "passed", + "pending": false, + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloEarth_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#earth-text').type('Where\\\\'s Mars?').should('have.value', 'Where\\\\'s Mars?');\\n }", + "type": "test", + "duration": "Any.Number", + "wallClockStartedAt": "Any.ISODate", + "timings": { + "lifecycle": "Any.Number", + "test": { + "fnDuration": "Any.Number", + "afterFnDuration": "Any.Number" + } + }, + "file": null, + "invocationDetails": { + "function": "Object.getInvocationDetails", + "fileUrl": "cypress:///../driver/src/cypress/stack_utils.ts", + "originalFile": "cypress:///../driver/src/cypress/stack_utils.ts", + "relativeFile": "../driver/src/cypress/stack_utils.ts", + "absoluteFile": "/path/to/absoluteFile", + "line": 94, + "column": 17, + "whitespace": " ", + "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:333:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-0.js:21:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)" + }, + "final": true, + "currentRetry": 0, + "retries": 0, + "_slow": 250 + }, + "options": { + "nextTestHasTestIsolationOn": true + } + }, + { + "test": { + "_testConfig": { + "testConfigList": [], + "unverifiedTestConfig": {}, + "applied": "complete" + }, + "id": "r3", + "order": 1, + "title": "test 1", + "state": "passed", + "pending": false, + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloMars_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#mars-text').type('Hello Mars').should('have.value', 'Hello Mars');\\n }", + "type": "test", + "duration": "Any.Number", + "wallClockStartedAt": "Any.ISODate", + "timings": { + "lifecycle": "Any.Number", + "test": { + "fnDuration": "Any.Number", + "afterFnDuration": "Any.Number" + } + }, + "file": null, + "invocationDetails": { + "function": "Object.getInvocationDetails", + "fileUrl": "cypress:///../driver/src/cypress/stack_utils.ts", + "originalFile": "cypress:///../driver/src/cypress/stack_utils.ts", + "relativeFile": "../driver/src/cypress/stack_utils.ts", + "absoluteFile": "/path/to/absoluteFile", + "line": 94, + "column": 17, + "whitespace": " ", + "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:333:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-1.js:17:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)" + }, + "final": true, + "currentRetry": 0, + "retries": 0, + "_slow": 250 + }, + "options": { + "nextTestHasTestIsolationOn": true + } + }, + { + "test": { + "_testConfig": { + "testConfigList": [], + "unverifiedTestConfig": {}, + "applied": "complete" + }, + "id": "r4", + "order": 2, + "title": "test 2", + "state": "passed", + "pending": false, + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloMars_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#mars-text').type('Where\\\\'s Earth?').should('have.value', 'Where\\\\'s Earth?');\\n }", + "type": "test", + "duration": "Any.Number", + "wallClockStartedAt": "Any.ISODate", + "timings": { + "lifecycle": "Any.Number", + "test": { + "fnDuration": "Any.Number", + "afterFnDuration": "Any.Number" + } + }, + "file": null, + "invocationDetails": { + "function": "Object.getInvocationDetails", + "fileUrl": "cypress:///../driver/src/cypress/stack_utils.ts", + "originalFile": "cypress:///../driver/src/cypress/stack_utils.ts", + "relativeFile": "../driver/src/cypress/stack_utils.ts", + "absoluteFile": "/path/to/absoluteFile", + "line": 94, + "column": 17, + "whitespace": " ", + "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:333:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-1.js:21:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)" + }, + "final": true, + "currentRetry": 0, + "retries": 0, + "_slow": 250 + }, + "options": { + "nextTestHasTestIsolationOn": true + } + } + ], + "afterTest": [ + { + "_testConfig": { + "testConfigList": [], + "unverifiedTestConfig": {}, + "applied": "complete" + }, + "id": "r3", + "order": 1, + "title": "test 1", + "state": "passed", + "pending": false, + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloEarth_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#earth-text').type('Hello Earth').should('have.value', 'Hello Earth');\\n }", + "type": "test", + "duration": "Any.Number", + "wallClockStartedAt": "Any.ISODate", + "wallClockDuration": "Any.Number", + "timings": { + "lifecycle": "Any.Number", + "test": { + "fnDuration": "Any.Number", + "afterFnDuration": "Any.Number" + } + }, + "file": null, + "invocationDetails": { + "function": "Object.getInvocationDetails", + "fileUrl": "cypress:///../driver/src/cypress/stack_utils.ts", + "originalFile": "cypress:///../driver/src/cypress/stack_utils.ts", + "relativeFile": "../driver/src/cypress/stack_utils.ts", + "absoluteFile": "/path/to/absoluteFile", + "line": 94, + "column": 17, + "whitespace": " ", + "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:333:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-0.js:17:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)" + }, + "final": true, + "currentRetry": 0, + "retries": 0, + "_slow": 250 + }, + { + "_testConfig": { + "testConfigList": [], + "unverifiedTestConfig": {}, + "applied": "complete" + }, + "id": "r4", + "order": 2, + "title": "test 2", + "state": "passed", + "pending": false, + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloEarth_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#earth-text').type('Where\\\\'s Mars?').should('have.value', 'Where\\\\'s Mars?');\\n }", + "type": "test", + "duration": "Any.Number", + "wallClockStartedAt": "Any.ISODate", + "wallClockDuration": "Any.Number", + "timings": { + "lifecycle": "Any.Number", + "test": { + "fnDuration": "Any.Number", + "afterFnDuration": "Any.Number" + } + }, + "file": null, + "invocationDetails": { + "function": "Object.getInvocationDetails", + "fileUrl": "cypress:///../driver/src/cypress/stack_utils.ts", + "originalFile": "cypress:///../driver/src/cypress/stack_utils.ts", + "relativeFile": "../driver/src/cypress/stack_utils.ts", + "absoluteFile": "/path/to/absoluteFile", + "line": 94, + "column": 17, + "whitespace": " ", + "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:333:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-0.js:21:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)" + }, + "final": true, + "currentRetry": 0, + "retries": 0, + "_slow": 250 + }, + { + "_testConfig": { + "testConfigList": [], + "unverifiedTestConfig": {}, + "applied": "complete" + }, + "id": "r3", + "order": 1, + "title": "test 1", + "state": "passed", + "pending": false, + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloMars_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#mars-text').type('Hello Mars').should('have.value', 'Hello Mars');\\n }", + "type": "test", + "duration": "Any.Number", + "wallClockStartedAt": "Any.ISODate", + "wallClockDuration": "Any.Number", + "timings": { + "lifecycle": "Any.Number", + "test": { + "fnDuration": "Any.Number", + "afterFnDuration": "Any.Number" + } + }, + "file": null, + "invocationDetails": { + "function": "Object.getInvocationDetails", + "fileUrl": "cypress:///../driver/src/cypress/stack_utils.ts", + "originalFile": "cypress:///../driver/src/cypress/stack_utils.ts", + "relativeFile": "../driver/src/cypress/stack_utils.ts", + "absoluteFile": "/path/to/absoluteFile", + "line": 94, + "column": 17, + "whitespace": " ", + "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:333:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-1.js:17:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)" + }, + "final": true, + "currentRetry": 0, + "retries": 0, + "_slow": 250 + }, + { + "_testConfig": { + "testConfigList": [], + "unverifiedTestConfig": {}, + "applied": "complete" + }, + "id": "r4", + "order": 2, + "title": "test 2", + "state": "passed", + "pending": false, + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloMars_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#mars-text').type('Where\\\\'s Earth?').should('have.value', 'Where\\\\'s Earth?');\\n }", + "type": "test", + "duration": "Any.Number", + "wallClockStartedAt": "Any.ISODate", + "wallClockDuration": "Any.Number", + "timings": { + "lifecycle": "Any.Number", + "test": { + "fnDuration": "Any.Number", + "afterFnDuration": "Any.Number" + } + }, + "file": null, + "invocationDetails": { + "function": "Object.getInvocationDetails", + "fileUrl": "cypress:///../driver/src/cypress/stack_utils.ts", + "originalFile": "cypress:///../driver/src/cypress/stack_utils.ts", + "relativeFile": "../driver/src/cypress/stack_utils.ts", + "absoluteFile": "/path/to/absoluteFile", + "line": 94, + "column": 17, + "whitespace": " ", + "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:333:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-1.js:21:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)" + }, + "final": true, + "currentRetry": 0, + "retries": 0, + "_slow": 250 + } + ], + "addRunnables": [ + { + "id": "r1", + "title": "", + "root": true, + "pending": false, + "type": "suite", + "file": "src/components/HelloEarth.cy.jsx", + "retries": -1, + "_slow": 250, + "hooks": [], + "tests": [], + "suites": [ + { + "id": "r2", + "title": "", + "root": false, + "pending": false, + "type": "suite", + "file": null, + "invocationDetails": { + "function": "Object.getInvocationDetails", + "fileUrl": "cypress:///../driver/src/cypress/stack_utils.ts", + "originalFile": "cypress:///../driver/src/cypress/stack_utils.ts", + "relativeFile": "../driver/src/cypress/stack_utils.ts", + "absoluteFile": "/path/to/absoluteFile", + "line": 94, + "column": 17, + "whitespace": " ", + "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addSuite (cypress:///../driver/src/cypress/mocha.ts:359:86)\\n at Suite.create (cypress:///../driver/node_modules/mocha/lib/suite.js:33:10)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:123:27)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)\\n at ./src/components/HelloEarth.cy.jsx (http://localhost:2121/__cypress/src/spec-0.js:16:1)\\n at Function.__webpack_require__ (http://localhost:2121/__cypress/src/main.js:114:42)" + }, + "retries": -1, + "_slow": 250, + "hooks": [], + "tests": [ + { + "id": "r3", + "title": "test 1", + "pending": false, + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloEarth_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#earth-text').type('Hello Earth').should('have.value', 'Hello Earth');\\n }", + "type": "test", + "file": null, + "invocationDetails": { + "function": "Object.getInvocationDetails", + "fileUrl": "cypress:///../driver/src/cypress/stack_utils.ts", + "originalFile": "cypress:///../driver/src/cypress/stack_utils.ts", + "relativeFile": "../driver/src/cypress/stack_utils.ts", + "absoluteFile": "/path/to/absoluteFile", + "line": 94, + "column": 17, + "whitespace": " ", + "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:333:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-0.js:17:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)" + }, + "currentRetry": 0, + "retries": -1, + "_slow": 250, + "hooks": [], + "_testConfig": { + "testConfigList": [], + "unverifiedTestConfig": {} + }, + "_titlePath": [ + "", + "test 1" + ] + }, + { + "id": "r4", + "title": "test 2", + "pending": false, + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloEarth_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#earth-text').type('Where\\\\'s Mars?').should('have.value', 'Where\\\\'s Mars?');\\n }", + "type": "test", + "file": null, + "invocationDetails": { + "function": "Object.getInvocationDetails", + "fileUrl": "cypress:///../driver/src/cypress/stack_utils.ts", + "originalFile": "cypress:///../driver/src/cypress/stack_utils.ts", + "relativeFile": "../driver/src/cypress/stack_utils.ts", + "absoluteFile": "/path/to/absoluteFile", + "line": 94, + "column": 17, + "whitespace": " ", + "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:333:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-0.js:21:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)" + }, + "currentRetry": 0, + "retries": -1, + "_slow": 250, + "hooks": [], + "_testConfig": { + "testConfigList": [], + "unverifiedTestConfig": {} + }, + "_titlePath": [ + "", + "test 2" + ] + } + ], + "suites": [] + } + ], + "runtimeConfig": {}, + "totalUnfilteredTests": 0 + }, + { + "id": "r1", + "title": "", + "root": true, + "pending": false, + "type": "suite", + "file": "src/components/HelloMars.cy.jsx", + "retries": -1, + "_slow": 250, + "hooks": [], + "tests": [], + "suites": [ + { + "id": "r2", + "title": "", + "root": false, + "pending": false, + "type": "suite", + "file": null, + "invocationDetails": { + "function": "Object.getInvocationDetails", + "fileUrl": "cypress:///../driver/src/cypress/stack_utils.ts", + "originalFile": "cypress:///../driver/src/cypress/stack_utils.ts", + "relativeFile": "../driver/src/cypress/stack_utils.ts", + "absoluteFile": "/path/to/absoluteFile", + "line": 94, + "column": 17, + "whitespace": " ", + "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addSuite (cypress:///../driver/src/cypress/mocha.ts:359:86)\\n at Suite.create (cypress:///../driver/node_modules/mocha/lib/suite.js:33:10)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:123:27)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)\\n at ./src/components/HelloMars.cy.jsx (http://localhost:2121/__cypress/src/spec-1.js:16:1)\\n at Function.__webpack_require__ (http://localhost:2121/__cypress/src/main.js:114:42)" + }, + "retries": -1, + "_slow": 250, + "hooks": [], + "tests": [ + { + "id": "r3", + "title": "test 1", + "pending": false, + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloMars_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#mars-text').type('Hello Mars').should('have.value', 'Hello Mars');\\n }", + "type": "test", + "file": null, + "invocationDetails": { + "function": "Object.getInvocationDetails", + "fileUrl": "cypress:///../driver/src/cypress/stack_utils.ts", + "originalFile": "cypress:///../driver/src/cypress/stack_utils.ts", + "relativeFile": "../driver/src/cypress/stack_utils.ts", + "absoluteFile": "/path/to/absoluteFile", + "line": 94, + "column": 17, + "whitespace": " ", + "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:333:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-1.js:17:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)" + }, + "currentRetry": 0, + "retries": -1, + "_slow": 250, + "hooks": [], + "_testConfig": { + "testConfigList": [], + "unverifiedTestConfig": {} + }, + "_titlePath": [ + "", + "test 1" + ] + }, + { + "id": "r4", + "title": "test 2", + "pending": false, + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloMars_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#mars-text').type('Where\\\\'s Earth?').should('have.value', 'Where\\\\'s Earth?');\\n }", + "type": "test", + "file": null, + "invocationDetails": { + "function": "Object.getInvocationDetails", + "fileUrl": "cypress:///../driver/src/cypress/stack_utils.ts", + "originalFile": "cypress:///../driver/src/cypress/stack_utils.ts", + "relativeFile": "../driver/src/cypress/stack_utils.ts", + "absoluteFile": "/path/to/absoluteFile", + "line": 94, + "column": 17, + "whitespace": " ", + "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:333:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-1.js:21:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)" + }, + "currentRetry": 0, + "retries": -1, + "_slow": 250, + "hooks": [], + "_testConfig": { + "testConfigList": [], + "unverifiedTestConfig": {} + }, + "_titlePath": [ + "", + "test 2" + ] + } + ], + "suites": [] + } + ], + "runtimeConfig": {}, + "totalUnfilteredTests": 0 + } + ], + "connectToBrowser": [ + true, + true + ], + "commandLogAdded": [ + { + "id": "log-http://localhost:2121-4", + "event": false, + "hookId": "r3", + "instrument": "command", + "message": "", + "name": "mount", + "numElements": 1, + "renderProps": {}, + "state": "pending", + "testId": "r3", + "timeout": 4000, + "type": "parent", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-5", + "event": false, + "hookId": "r3", + "instrument": "command", + "message": "#earth-text", + "name": "get", + "renderProps": {}, + "state": "pending", + "testId": "r3", + "timeout": 4000, + "type": "parent", + "url": "", + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number" + }, + { + "id": "log-http://localhost:2121-6", + "event": false, + "hookId": "r3", + "instrument": "command", + "message": "Hello Earth", + "name": "type", + "numElements": 1, + "renderProps": {}, + "state": "pending", + "testId": "r3", + "timeout": 4000, + "type": "child", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-7", + "event": false, + "hookId": "r3", + "instrument": "command", + "message": "expected **** to have value **Hello Earth**", + "name": "assert", + "numElements": 1, + "renderProps": {}, + "state": "pending", + "testId": "r3", + "timeout": 0, + "type": "child", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-8", + "event": false, + "hookId": "r4", + "instrument": "command", + "message": "", + "name": "mount", + "numElements": 1, + "renderProps": {}, + "state": "pending", + "testId": "r4", + "timeout": 4000, + "type": "parent", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-9", + "event": false, + "hookId": "r4", + "instrument": "command", + "message": "#earth-text", + "name": "get", + "renderProps": {}, + "state": "pending", + "testId": "r4", + "timeout": 4000, + "type": "parent", + "url": "", + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number" + }, + { + "id": "log-http://localhost:2121-10", + "event": false, + "hookId": "r4", + "instrument": "command", + "message": "Where's Mars?", + "name": "type", + "numElements": 1, + "renderProps": {}, + "state": "pending", + "testId": "r4", + "timeout": 4000, + "type": "child", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-11", + "event": false, + "hookId": "r4", + "instrument": "command", + "message": "expected **** to have value **Where's Mars?**", + "name": "assert", + "numElements": 1, + "renderProps": {}, + "state": "pending", + "testId": "r4", + "timeout": 0, + "type": "child", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-4", + "event": false, + "hookId": "r3", + "instrument": "command", + "message": "", + "name": "mount", + "numElements": 1, + "renderProps": {}, + "state": "pending", + "testId": "r3", + "timeout": 4000, + "type": "parent", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-5", + "event": false, + "hookId": "r3", + "instrument": "command", + "message": "#mars-text", + "name": "get", + "renderProps": {}, + "state": "pending", + "testId": "r3", + "timeout": 4000, + "type": "parent", + "url": "", + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number" + }, + { + "id": "log-http://localhost:2121-6", + "event": false, + "hookId": "r3", + "instrument": "command", + "message": "Hello Mars", + "name": "type", + "numElements": 1, + "renderProps": {}, + "state": "pending", + "testId": "r3", + "timeout": 4000, + "type": "child", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-7", + "event": false, + "hookId": "r3", + "instrument": "command", + "message": "expected **** to have value **Hello Mars**", + "name": "assert", + "numElements": 1, + "renderProps": {}, + "state": "pending", + "testId": "r3", + "timeout": 0, + "type": "child", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-8", + "event": false, + "hookId": "r4", + "instrument": "command", + "message": "", + "name": "mount", + "numElements": 1, + "renderProps": {}, + "state": "pending", + "testId": "r4", + "timeout": 4000, + "type": "parent", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-9", + "event": false, + "hookId": "r4", + "instrument": "command", + "message": "#mars-text", + "name": "get", + "renderProps": {}, + "state": "pending", + "testId": "r4", + "timeout": 4000, + "type": "parent", + "url": "", + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number" + }, + { + "id": "log-http://localhost:2121-10", + "event": false, + "hookId": "r4", + "instrument": "command", + "message": "Where's Earth?", + "name": "type", + "numElements": 1, + "renderProps": {}, + "state": "pending", + "testId": "r4", + "timeout": 4000, + "type": "child", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-11", + "event": false, + "hookId": "r4", + "instrument": "command", + "message": "expected **** to have value **Where's Earth?**", + "name": "assert", + "numElements": 1, + "renderProps": {}, + "state": "pending", + "testId": "r4", + "timeout": 0, + "type": "child", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + } + ], + "commandLogChanged": [ + { + "id": "log-http://localhost:2121-10", + "event": false, + "hookId": "r4", + "instrument": "command", + "message": "Where's Mars?", + "name": "type", + "numElements": 1, + "renderProps": {}, + "state": "passed", + "testId": "r4", + "timeout": 4000, + "type": "child", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "snapshots": [ + { + "name": "before", + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": "#earth-text" + } + ] + }, + { + "name": "after", + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": "#earth-text" + } + ] + } + ], + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "coords": { + "top": "Any.Number", + "left": "Any.Number", + "topCenter": "Any.Number", + "leftCenter": "Any.Number", + "x": "Any.Number", + "y": "Any.Number" + }, + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-10", + "event": false, + "hookId": "r4", + "instrument": "command", + "message": "Where's Earth?", + "name": "type", + "numElements": 1, + "renderProps": {}, + "state": "passed", + "testId": "r4", + "timeout": 4000, + "type": "child", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "snapshots": [ + { + "name": "before", + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": "#mars-text" + } + ] + }, + { + "name": "after", + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": "#mars-text" + } + ] + } + ], + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "coords": { + "top": "Any.Number", + "left": "Any.Number", + "topCenter": "Any.Number", + "leftCenter": "Any.Number", + "x": "Any.Number", + "y": "Any.Number" + }, + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-11", + "event": false, + "hookId": "r4", + "instrument": "command", + "message": "expected **** to have value **Where's Mars?**", + "name": "assert", + "numElements": 1, + "renderProps": {}, + "state": "passed", + "testId": "r4", + "timeout": 0, + "type": "child", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "snapshots": [ + { + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": "#earth-text" + } + ] + } + ], + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-11", + "event": false, + "hookId": "r4", + "instrument": "command", + "message": "expected **** to have value **Where's Earth?**", + "name": "assert", + "numElements": 1, + "renderProps": {}, + "state": "passed", + "testId": "r4", + "timeout": 0, + "type": "child", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "snapshots": [ + { + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": "#mars-text" + } + ] + } + ], + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-4", + "event": false, + "hookId": "r3", + "instrument": "command", + "message": "", + "name": "mount", + "numElements": 1, + "renderProps": {}, + "state": "passed", + "testId": "r3", + "timeout": 4000, + "type": "parent", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "snapshots": [ + { + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": ":nth-child(1) > div" + } + ] + } + ], + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-4", + "event": false, + "hookId": "r3", + "instrument": "command", + "message": "", + "name": "mount", + "numElements": 1, + "renderProps": {}, + "state": "passed", + "testId": "r3", + "timeout": 4000, + "type": "parent", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "snapshots": [ + { + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": ":nth-child(1) > div" + } + ] + } + ], + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-5", + "event": false, + "hookId": "r3", + "instrument": "command", + "message": "#earth-text", + "name": "get", + "numElements": 1, + "renderProps": {}, + "state": "passed", + "testId": "r3", + "timeout": 4000, + "type": "parent", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "snapshots": [ + { + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": "#earth-text" + } + ] + } + ], + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-5", + "event": false, + "hookId": "r3", + "instrument": "command", + "message": "#mars-text", + "name": "get", + "numElements": 1, + "renderProps": {}, + "state": "passed", + "testId": "r3", + "timeout": 4000, + "type": "parent", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "snapshots": [ + { + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": "#mars-text" + } + ] + } + ], + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-6", + "event": false, + "hookId": "r3", + "instrument": "command", + "message": "Hello Earth", + "name": "type", + "numElements": 1, + "renderProps": {}, + "state": "passed", + "testId": "r3", + "timeout": 4000, + "type": "child", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "snapshots": [ + { + "name": "before", + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": "#earth-text" + } + ] + }, + { + "name": "after", + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": "#earth-text" + } + ] + } + ], + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "coords": { + "top": "Any.Number", + "left": "Any.Number", + "topCenter": "Any.Number", + "leftCenter": "Any.Number", + "x": "Any.Number", + "y": "Any.Number" + }, + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-6", + "event": false, + "hookId": "r3", + "instrument": "command", + "message": "Hello Mars", + "name": "type", + "numElements": 1, + "renderProps": {}, + "state": "passed", + "testId": "r3", + "timeout": 4000, + "type": "child", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "snapshots": [ + { + "name": "before", + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": "#mars-text" + } + ] + }, + { + "name": "after", + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": "#mars-text" + } + ] + } + ], + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "coords": { + "top": "Any.Number", + "left": "Any.Number", + "topCenter": "Any.Number", + "leftCenter": "Any.Number", + "x": "Any.Number", + "y": "Any.Number" + }, + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-7", + "event": false, + "hookId": "r3", + "instrument": "command", + "message": "expected **** to have value **Hello Earth**", + "name": "assert", + "numElements": 1, + "renderProps": {}, + "state": "passed", + "testId": "r3", + "timeout": 0, + "type": "child", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "snapshots": [ + { + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": "#earth-text" + } + ] + } + ], + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-7", + "event": false, + "hookId": "r3", + "instrument": "command", + "message": "expected **** to have value **Hello Mars**", + "name": "assert", + "numElements": 1, + "renderProps": {}, + "state": "passed", + "testId": "r3", + "timeout": 0, + "type": "child", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "snapshots": [ + { + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": "#mars-text" + } + ] + } + ], + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-8", + "event": false, + "hookId": "r4", + "instrument": "command", + "message": "", + "name": "mount", + "numElements": 1, + "renderProps": {}, + "state": "passed", + "testId": "r4", + "timeout": 4000, + "type": "parent", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "snapshots": [ + { + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": ":nth-child(1) > div" + } + ] + } + ], + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-8", + "event": false, + "hookId": "r4", + "instrument": "command", + "message": "", + "name": "mount", + "numElements": 1, + "renderProps": {}, + "state": "passed", + "testId": "r4", + "timeout": 4000, + "type": "parent", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "snapshots": [ + { + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": ":nth-child(1) > div" + } + ] + } + ], + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-9", + "event": false, + "hookId": "r4", + "instrument": "command", + "message": "#earth-text", + "name": "get", + "numElements": 1, + "renderProps": {}, + "state": "passed", + "testId": "r4", + "timeout": 4000, + "type": "parent", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "snapshots": [ + { + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": "#earth-text" + } + ] + } + ], + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-9", + "event": false, + "hookId": "r4", + "instrument": "command", + "message": "#mars-text", + "name": "get", + "numElements": 1, + "renderProps": {}, + "state": "passed", + "testId": "r4", + "timeout": 4000, + "type": "parent", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "snapshots": [ + { + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": "#mars-text" + } + ] + } + ], + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + } + ], + "viewportChanged": [], + "urlChanged": [ + { + "url": "http://localhost:2121/__cypress/iframes/index.html?specPath=/protocol/src/components/HelloEarth.cy.jsx", + "timestamp": "Any.Number" + }, + { + "url": "http://localhost:2121/__cypress/iframes/index.html?specPath=/protocol/src/components/HelloMars.cy.jsx", + "timestamp": "Any.Number" + } + ], + "pageLoading": [], + "resetTest": [], + "responseEndedWithEmptyBody": [ + { + "requestId": "Any.Number", + "isCached": true + }, + { + "requestId": "Any.Number", + "isCached": true + }, + { + "requestId": "Any.Number", + "isCached": true + }, + { + "requestId": "Any.Number", + "isCached": true + }, + { + "requestId": "Any.Number", + "isCached": true + }, + { + "requestId": "Any.Number", + "isCached": true + }, + { + "requestId": "Any.Number", + "isCached": true + }, + { + "requestId": "Any.Number", + "isCached": true + } + ] +} +` + +exports['component events - experimentalSingleTabRunMode: false'] = ` +{ + "beforeSpec": [ + { + "name": "/path/to/name", + "open": true, + "inTransaction": false, + "readonly": false, + "memory": false + }, + { + "name": "/path/to/name", + "open": true, + "inTransaction": false, + "readonly": false, + "memory": false + } + ], + "afterSpec": [ + true, + true + ], + "beforeTest": [ + { + "_testConfig": { + "testConfigList": [], + "unverifiedTestConfig": {}, + "applied": "complete" + }, + "id": "r3", + "order": 1, + "title": "test 1", + "pending": false, + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloEarth_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#earth-text').type('Hello Earth').should('have.value', 'Hello Earth');\\n }", + "type": "test", + "wallClockStartedAt": "Any.ISODate", + "file": null, + "invocationDetails": { + "function": "Object.getInvocationDetails", + "fileUrl": "cypress:///../driver/src/cypress/stack_utils.ts", + "originalFile": "cypress:///../driver/src/cypress/stack_utils.ts", + "relativeFile": "../driver/src/cypress/stack_utils.ts", + "absoluteFile": "/path/to/absoluteFile", + "line": 94, + "column": 17, + "whitespace": " ", + "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:333:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-0.js:17:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)" + }, + "currentRetry": 0, + "retries": 0, + "_slow": 250 + }, + { + "_testConfig": { + "testConfigList": [], + "unverifiedTestConfig": {}, + "applied": "complete" + }, + "id": "r4", + "order": 2, + "title": "test 2", + "pending": false, + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloEarth_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#earth-text').type('Where\\\\'s Mars?').should('have.value', 'Where\\\\'s Mars?');\\n }", + "type": "test", + "wallClockStartedAt": "Any.ISODate", + "file": null, + "invocationDetails": { + "function": "Object.getInvocationDetails", + "fileUrl": "cypress:///../driver/src/cypress/stack_utils.ts", + "originalFile": "cypress:///../driver/src/cypress/stack_utils.ts", + "relativeFile": "../driver/src/cypress/stack_utils.ts", + "absoluteFile": "/path/to/absoluteFile", + "line": 94, + "column": 17, + "whitespace": " ", + "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:333:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-0.js:21:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)" + }, + "currentRetry": 0, + "retries": 0, + "_slow": 250 + }, + { + "_testConfig": { + "testConfigList": [], + "unverifiedTestConfig": {}, + "applied": "complete" + }, + "id": "r3", + "order": 1, + "title": "test 1", + "pending": false, + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloMars_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#mars-text').type('Hello Mars').should('have.value', 'Hello Mars');\\n }", + "type": "test", + "wallClockStartedAt": "Any.ISODate", + "file": null, + "invocationDetails": { + "function": "Object.getInvocationDetails", + "fileUrl": "cypress:///../driver/src/cypress/stack_utils.ts", + "originalFile": "cypress:///../driver/src/cypress/stack_utils.ts", + "relativeFile": "../driver/src/cypress/stack_utils.ts", + "absoluteFile": "/path/to/absoluteFile", + "line": 94, + "column": 17, + "whitespace": " ", + "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:333:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-1.js:17:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)" + }, + "currentRetry": 0, + "retries": 0, + "_slow": 250 + }, + { + "_testConfig": { + "testConfigList": [], + "unverifiedTestConfig": {}, + "applied": "complete" + }, + "id": "r4", + "order": 2, + "title": "test 2", + "pending": false, + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloMars_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#mars-text').type('Where\\\\'s Earth?').should('have.value', 'Where\\\\'s Earth?');\\n }", + "type": "test", + "wallClockStartedAt": "Any.ISODate", + "file": null, + "invocationDetails": { + "function": "Object.getInvocationDetails", + "fileUrl": "cypress:///../driver/src/cypress/stack_utils.ts", + "originalFile": "cypress:///../driver/src/cypress/stack_utils.ts", + "relativeFile": "../driver/src/cypress/stack_utils.ts", + "absoluteFile": "/path/to/absoluteFile", + "line": 94, + "column": 17, + "whitespace": " ", + "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:333:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-1.js:21:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)" + }, + "currentRetry": 0, + "retries": 0, + "_slow": 250 + } + ], + "preAfterTest": [ + { + "test": { + "_testConfig": { + "testConfigList": [], + "unverifiedTestConfig": {}, + "applied": "complete" + }, + "id": "r3", + "order": 1, + "title": "test 1", + "state": "passed", + "pending": false, + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloEarth_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#earth-text').type('Hello Earth').should('have.value', 'Hello Earth');\\n }", + "type": "test", + "duration": "Any.Number", + "wallClockStartedAt": "Any.ISODate", + "timings": { + "lifecycle": "Any.Number", + "test": { + "fnDuration": "Any.Number", + "afterFnDuration": "Any.Number" + } + }, + "file": null, + "invocationDetails": { + "function": "Object.getInvocationDetails", + "fileUrl": "cypress:///../driver/src/cypress/stack_utils.ts", + "originalFile": "cypress:///../driver/src/cypress/stack_utils.ts", + "relativeFile": "../driver/src/cypress/stack_utils.ts", + "absoluteFile": "/path/to/absoluteFile", + "line": 94, + "column": 17, + "whitespace": " ", + "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:333:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-0.js:17:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)" + }, + "final": true, + "currentRetry": 0, + "retries": 0, + "_slow": 250 + }, + "options": { + "nextTestHasTestIsolationOn": true + } + }, + { + "test": { + "_testConfig": { + "testConfigList": [], + "unverifiedTestConfig": {}, + "applied": "complete" + }, + "id": "r4", + "order": 2, + "title": "test 2", + "state": "passed", + "pending": false, + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloEarth_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#earth-text').type('Where\\\\'s Mars?').should('have.value', 'Where\\\\'s Mars?');\\n }", + "type": "test", + "duration": "Any.Number", + "wallClockStartedAt": "Any.ISODate", + "timings": { + "lifecycle": "Any.Number", + "test": { + "fnDuration": "Any.Number", + "afterFnDuration": "Any.Number" + } + }, + "file": null, + "invocationDetails": { + "function": "Object.getInvocationDetails", + "fileUrl": "cypress:///../driver/src/cypress/stack_utils.ts", + "originalFile": "cypress:///../driver/src/cypress/stack_utils.ts", + "relativeFile": "../driver/src/cypress/stack_utils.ts", + "absoluteFile": "/path/to/absoluteFile", + "line": 94, + "column": 17, + "whitespace": " ", + "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:333:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-0.js:21:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)" + }, + "final": true, + "currentRetry": 0, + "retries": 0, + "_slow": 250 + }, + "options": { + "nextTestHasTestIsolationOn": true + } + }, + { + "test": { + "_testConfig": { + "testConfigList": [], + "unverifiedTestConfig": {}, + "applied": "complete" + }, + "id": "r3", + "order": 1, + "title": "test 1", + "state": "passed", + "pending": false, + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloMars_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#mars-text').type('Hello Mars').should('have.value', 'Hello Mars');\\n }", + "type": "test", + "duration": "Any.Number", + "wallClockStartedAt": "Any.ISODate", + "timings": { + "lifecycle": "Any.Number", + "test": { + "fnDuration": "Any.Number", + "afterFnDuration": "Any.Number" + } + }, + "file": null, + "invocationDetails": { + "function": "Object.getInvocationDetails", + "fileUrl": "cypress:///../driver/src/cypress/stack_utils.ts", + "originalFile": "cypress:///../driver/src/cypress/stack_utils.ts", + "relativeFile": "../driver/src/cypress/stack_utils.ts", + "absoluteFile": "/path/to/absoluteFile", + "line": 94, + "column": 17, + "whitespace": " ", + "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:333:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-1.js:17:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)" + }, + "final": true, + "currentRetry": 0, + "retries": 0, + "_slow": 250 + }, + "options": { + "nextTestHasTestIsolationOn": true + } + }, + { + "test": { + "_testConfig": { + "testConfigList": [], + "unverifiedTestConfig": {}, + "applied": "complete" + }, + "id": "r4", + "order": 2, + "title": "test 2", + "state": "passed", + "pending": false, + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloMars_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#mars-text').type('Where\\\\'s Earth?').should('have.value', 'Where\\\\'s Earth?');\\n }", + "type": "test", + "duration": "Any.Number", + "wallClockStartedAt": "Any.ISODate", + "timings": { + "lifecycle": "Any.Number", + "test": { + "fnDuration": "Any.Number", + "afterFnDuration": "Any.Number" + } + }, + "file": null, + "invocationDetails": { + "function": "Object.getInvocationDetails", + "fileUrl": "cypress:///../driver/src/cypress/stack_utils.ts", + "originalFile": "cypress:///../driver/src/cypress/stack_utils.ts", + "relativeFile": "../driver/src/cypress/stack_utils.ts", + "absoluteFile": "/path/to/absoluteFile", + "line": 94, + "column": 17, + "whitespace": " ", + "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:333:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-1.js:21:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)" + }, + "final": true, + "currentRetry": 0, + "retries": 0, + "_slow": 250 + }, + "options": { + "nextTestHasTestIsolationOn": true + } + } + ], + "afterTest": [ + { + "_testConfig": { + "testConfigList": [], + "unverifiedTestConfig": {}, + "applied": "complete" + }, + "id": "r3", + "order": 1, + "title": "test 1", + "state": "passed", + "pending": false, + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloEarth_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#earth-text').type('Hello Earth').should('have.value', 'Hello Earth');\\n }", + "type": "test", + "duration": "Any.Number", + "wallClockStartedAt": "Any.ISODate", + "wallClockDuration": "Any.Number", + "timings": { + "lifecycle": "Any.Number", + "test": { + "fnDuration": "Any.Number", + "afterFnDuration": "Any.Number" + } + }, + "file": null, + "invocationDetails": { + "function": "Object.getInvocationDetails", + "fileUrl": "cypress:///../driver/src/cypress/stack_utils.ts", + "originalFile": "cypress:///../driver/src/cypress/stack_utils.ts", + "relativeFile": "../driver/src/cypress/stack_utils.ts", + "absoluteFile": "/path/to/absoluteFile", + "line": 94, + "column": 17, + "whitespace": " ", + "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:333:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-0.js:17:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)" + }, + "final": true, + "currentRetry": 0, + "retries": 0, + "_slow": 250 + }, + { + "_testConfig": { + "testConfigList": [], + "unverifiedTestConfig": {}, + "applied": "complete" + }, + "id": "r4", + "order": 2, + "title": "test 2", + "state": "passed", + "pending": false, + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloEarth_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#earth-text').type('Where\\\\'s Mars?').should('have.value', 'Where\\\\'s Mars?');\\n }", + "type": "test", + "duration": "Any.Number", + "wallClockStartedAt": "Any.ISODate", + "wallClockDuration": "Any.Number", + "timings": { + "lifecycle": "Any.Number", + "test": { + "fnDuration": "Any.Number", + "afterFnDuration": "Any.Number" + } + }, + "file": null, + "invocationDetails": { + "function": "Object.getInvocationDetails", + "fileUrl": "cypress:///../driver/src/cypress/stack_utils.ts", + "originalFile": "cypress:///../driver/src/cypress/stack_utils.ts", + "relativeFile": "../driver/src/cypress/stack_utils.ts", + "absoluteFile": "/path/to/absoluteFile", + "line": 94, + "column": 17, + "whitespace": " ", + "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:333:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-0.js:21:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)" + }, + "final": true, + "currentRetry": 0, + "retries": 0, + "_slow": 250 + }, + { + "_testConfig": { + "testConfigList": [], + "unverifiedTestConfig": {}, + "applied": "complete" + }, + "id": "r3", + "order": 1, + "title": "test 1", + "state": "passed", + "pending": false, + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloMars_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#mars-text').type('Hello Mars').should('have.value', 'Hello Mars');\\n }", + "type": "test", + "duration": "Any.Number", + "wallClockStartedAt": "Any.ISODate", + "wallClockDuration": "Any.Number", + "timings": { + "lifecycle": "Any.Number", + "test": { + "fnDuration": "Any.Number", + "afterFnDuration": "Any.Number" + } + }, + "file": null, + "invocationDetails": { + "function": "Object.getInvocationDetails", + "fileUrl": "cypress:///../driver/src/cypress/stack_utils.ts", + "originalFile": "cypress:///../driver/src/cypress/stack_utils.ts", + "relativeFile": "../driver/src/cypress/stack_utils.ts", + "absoluteFile": "/path/to/absoluteFile", + "line": 94, + "column": 17, + "whitespace": " ", + "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:333:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-1.js:17:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)" + }, + "final": true, + "currentRetry": 0, + "retries": 0, + "_slow": 250 + }, + { + "_testConfig": { + "testConfigList": [], + "unverifiedTestConfig": {}, + "applied": "complete" + }, + "id": "r4", + "order": 2, + "title": "test 2", + "state": "passed", + "pending": false, + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloMars_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#mars-text').type('Where\\\\'s Earth?').should('have.value', 'Where\\\\'s Earth?');\\n }", + "type": "test", + "duration": "Any.Number", + "wallClockStartedAt": "Any.ISODate", + "wallClockDuration": "Any.Number", + "timings": { + "lifecycle": "Any.Number", + "test": { + "fnDuration": "Any.Number", + "afterFnDuration": "Any.Number" + } + }, + "file": null, + "invocationDetails": { + "function": "Object.getInvocationDetails", + "fileUrl": "cypress:///../driver/src/cypress/stack_utils.ts", + "originalFile": "cypress:///../driver/src/cypress/stack_utils.ts", + "relativeFile": "../driver/src/cypress/stack_utils.ts", + "absoluteFile": "/path/to/absoluteFile", + "line": 94, + "column": 17, + "whitespace": " ", + "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:333:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-1.js:21:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)" + }, + "final": true, + "currentRetry": 0, + "retries": 0, + "_slow": 250 + } + ], + "addRunnables": [ + { + "id": "r1", + "title": "", + "root": true, + "pending": false, + "type": "suite", + "file": "src/components/HelloEarth.cy.jsx", + "retries": -1, + "_slow": 250, + "hooks": [], + "tests": [], + "suites": [ + { + "id": "r2", + "title": "", + "root": false, + "pending": false, + "type": "suite", + "file": null, + "invocationDetails": { + "function": "Object.getInvocationDetails", + "fileUrl": "cypress:///../driver/src/cypress/stack_utils.ts", + "originalFile": "cypress:///../driver/src/cypress/stack_utils.ts", + "relativeFile": "../driver/src/cypress/stack_utils.ts", + "absoluteFile": "/path/to/absoluteFile", + "line": 94, + "column": 17, + "whitespace": " ", + "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addSuite (cypress:///../driver/src/cypress/mocha.ts:359:86)\\n at Suite.create (cypress:///../driver/node_modules/mocha/lib/suite.js:33:10)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:123:27)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)\\n at ./src/components/HelloEarth.cy.jsx (http://localhost:2121/__cypress/src/spec-0.js:16:1)\\n at Function.__webpack_require__ (http://localhost:2121/__cypress/src/main.js:114:42)" + }, + "retries": -1, + "_slow": 250, + "hooks": [], + "tests": [ + { + "id": "r3", + "title": "test 1", + "pending": false, + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloEarth_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#earth-text').type('Hello Earth').should('have.value', 'Hello Earth');\\n }", + "type": "test", + "file": null, + "invocationDetails": { + "function": "Object.getInvocationDetails", + "fileUrl": "cypress:///../driver/src/cypress/stack_utils.ts", + "originalFile": "cypress:///../driver/src/cypress/stack_utils.ts", + "relativeFile": "../driver/src/cypress/stack_utils.ts", + "absoluteFile": "/path/to/absoluteFile", + "line": 94, + "column": 17, + "whitespace": " ", + "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:333:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-0.js:17:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)" + }, + "currentRetry": 0, + "retries": -1, + "_slow": 250, + "hooks": [], + "_testConfig": { + "testConfigList": [], + "unverifiedTestConfig": {} + }, + "_titlePath": [ + "", + "test 1" + ] + }, + { + "id": "r4", + "title": "test 2", + "pending": false, + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloEarth_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#earth-text').type('Where\\\\'s Mars?').should('have.value', 'Where\\\\'s Mars?');\\n }", + "type": "test", + "file": null, + "invocationDetails": { + "function": "Object.getInvocationDetails", + "fileUrl": "cypress:///../driver/src/cypress/stack_utils.ts", + "originalFile": "cypress:///../driver/src/cypress/stack_utils.ts", + "relativeFile": "../driver/src/cypress/stack_utils.ts", + "absoluteFile": "/path/to/absoluteFile", + "line": 94, + "column": 17, + "whitespace": " ", + "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:333:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-0.js:21:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)" + }, + "currentRetry": 0, + "retries": -1, + "_slow": 250, + "hooks": [], + "_testConfig": { + "testConfigList": [], + "unverifiedTestConfig": {} + }, + "_titlePath": [ + "", + "test 2" + ] + } + ], + "suites": [] + } + ], + "runtimeConfig": {}, + "totalUnfilteredTests": 0 + }, + { + "id": "r1", + "title": "", + "root": true, + "pending": false, + "type": "suite", + "file": "src/components/HelloMars.cy.jsx", + "retries": -1, + "_slow": 250, + "hooks": [], + "tests": [], + "suites": [ + { + "id": "r2", + "title": "", + "root": false, + "pending": false, + "type": "suite", + "file": null, + "invocationDetails": { + "function": "Object.getInvocationDetails", + "fileUrl": "cypress:///../driver/src/cypress/stack_utils.ts", + "originalFile": "cypress:///../driver/src/cypress/stack_utils.ts", + "relativeFile": "../driver/src/cypress/stack_utils.ts", + "absoluteFile": "/path/to/absoluteFile", + "line": 94, + "column": 17, + "whitespace": " ", + "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addSuite (cypress:///../driver/src/cypress/mocha.ts:359:86)\\n at Suite.create (cypress:///../driver/node_modules/mocha/lib/suite.js:33:10)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:123:27)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)\\n at ./src/components/HelloMars.cy.jsx (http://localhost:2121/__cypress/src/spec-1.js:16:1)\\n at Function.__webpack_require__ (http://localhost:2121/__cypress/src/main.js:114:42)" + }, + "retries": -1, + "_slow": 250, + "hooks": [], + "tests": [ + { + "id": "r3", + "title": "test 1", + "pending": false, + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloMars_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#mars-text').type('Hello Mars').should('have.value', 'Hello Mars');\\n }", + "type": "test", + "file": null, + "invocationDetails": { + "function": "Object.getInvocationDetails", + "fileUrl": "cypress:///../driver/src/cypress/stack_utils.ts", + "originalFile": "cypress:///../driver/src/cypress/stack_utils.ts", + "relativeFile": "../driver/src/cypress/stack_utils.ts", + "absoluteFile": "/path/to/absoluteFile", + "line": 94, + "column": 17, + "whitespace": " ", + "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:333:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-1.js:17:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)" + }, + "currentRetry": 0, + "retries": -1, + "_slow": 250, + "hooks": [], + "_testConfig": { + "testConfigList": [], + "unverifiedTestConfig": {} + }, + "_titlePath": [ + "", + "test 1" + ] + }, + { + "id": "r4", + "title": "test 2", + "pending": false, + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloMars_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#mars-text').type('Where\\\\'s Earth?').should('have.value', 'Where\\\\'s Earth?');\\n }", + "type": "test", + "file": null, + "invocationDetails": { + "function": "Object.getInvocationDetails", + "fileUrl": "cypress:///../driver/src/cypress/stack_utils.ts", + "originalFile": "cypress:///../driver/src/cypress/stack_utils.ts", + "relativeFile": "../driver/src/cypress/stack_utils.ts", + "absoluteFile": "/path/to/absoluteFile", + "line": 94, + "column": 17, + "whitespace": " ", + "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:333:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-1.js:21:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:54:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:115:14)" + }, + "currentRetry": 0, + "retries": -1, + "_slow": 250, + "hooks": [], + "_testConfig": { + "testConfigList": [], + "unverifiedTestConfig": {} + }, + "_titlePath": [ + "", + "test 2" + ] + } + ], + "suites": [] + } + ], + "runtimeConfig": {}, + "totalUnfilteredTests": 0 + } + ], + "connectToBrowser": [ + true, + true + ], + "commandLogAdded": [ + { + "id": "log-http://localhost:2121-4", + "event": false, + "hookId": "r3", + "instrument": "command", + "message": "", + "name": "mount", + "numElements": 1, + "renderProps": {}, + "state": "pending", + "testId": "r3", + "timeout": 4000, + "type": "parent", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-5", + "event": false, + "hookId": "r3", + "instrument": "command", + "message": "#earth-text", + "name": "get", + "renderProps": {}, + "state": "pending", + "testId": "r3", + "timeout": 4000, + "type": "parent", + "url": "", + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number" + }, + { + "id": "log-http://localhost:2121-6", + "event": false, + "hookId": "r3", + "instrument": "command", + "message": "Hello Earth", + "name": "type", + "numElements": 1, + "renderProps": {}, + "state": "pending", + "testId": "r3", + "timeout": 4000, + "type": "child", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-7", + "event": false, + "hookId": "r3", + "instrument": "command", + "message": "expected **** to have value **Hello Earth**", + "name": "assert", + "numElements": 1, + "renderProps": {}, + "state": "pending", + "testId": "r3", + "timeout": 0, + "type": "child", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-8", + "event": false, + "hookId": "r4", + "instrument": "command", + "message": "", + "name": "mount", + "numElements": 1, + "renderProps": {}, + "state": "pending", + "testId": "r4", + "timeout": 4000, + "type": "parent", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-9", + "event": false, + "hookId": "r4", + "instrument": "command", + "message": "#earth-text", + "name": "get", + "renderProps": {}, + "state": "pending", + "testId": "r4", + "timeout": 4000, + "type": "parent", + "url": "", + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number" + }, + { + "id": "log-http://localhost:2121-10", + "event": false, + "hookId": "r4", + "instrument": "command", + "message": "Where's Mars?", + "name": "type", + "numElements": 1, + "renderProps": {}, + "state": "pending", + "testId": "r4", + "timeout": 4000, + "type": "child", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-11", + "event": false, + "hookId": "r4", + "instrument": "command", + "message": "expected **** to have value **Where's Mars?**", + "name": "assert", + "numElements": 1, + "renderProps": {}, + "state": "pending", + "testId": "r4", + "timeout": 0, + "type": "child", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-4", + "event": false, + "hookId": "r3", + "instrument": "command", + "message": "", + "name": "mount", + "numElements": 1, + "renderProps": {}, + "state": "pending", + "testId": "r3", + "timeout": 4000, + "type": "parent", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-5", + "event": false, + "hookId": "r3", + "instrument": "command", + "message": "#mars-text", + "name": "get", + "renderProps": {}, + "state": "pending", + "testId": "r3", + "timeout": 4000, + "type": "parent", + "url": "", + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number" + }, + { + "id": "log-http://localhost:2121-6", + "event": false, + "hookId": "r3", + "instrument": "command", + "message": "Hello Mars", + "name": "type", + "numElements": 1, + "renderProps": {}, + "state": "pending", + "testId": "r3", + "timeout": 4000, + "type": "child", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-7", + "event": false, + "hookId": "r3", + "instrument": "command", + "message": "expected **** to have value **Hello Mars**", + "name": "assert", + "numElements": 1, + "renderProps": {}, + "state": "pending", + "testId": "r3", + "timeout": 0, + "type": "child", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-8", + "event": false, + "hookId": "r4", + "instrument": "command", + "message": "", + "name": "mount", + "numElements": 1, + "renderProps": {}, + "state": "pending", + "testId": "r4", + "timeout": 4000, + "type": "parent", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-9", + "event": false, + "hookId": "r4", + "instrument": "command", + "message": "#mars-text", + "name": "get", + "renderProps": {}, + "state": "pending", + "testId": "r4", + "timeout": 4000, + "type": "parent", + "url": "", + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number" + }, + { + "id": "log-http://localhost:2121-10", + "event": false, + "hookId": "r4", + "instrument": "command", + "message": "Where's Earth?", + "name": "type", + "numElements": 1, + "renderProps": {}, + "state": "pending", + "testId": "r4", + "timeout": 4000, + "type": "child", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-11", + "event": false, + "hookId": "r4", + "instrument": "command", + "message": "expected **** to have value **Where's Earth?**", + "name": "assert", + "numElements": 1, + "renderProps": {}, + "state": "pending", + "testId": "r4", + "timeout": 0, + "type": "child", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + } + ], + "commandLogChanged": [ + { + "id": "log-http://localhost:2121-10", + "event": false, + "hookId": "r4", + "instrument": "command", + "message": "Where's Mars?", + "name": "type", + "numElements": 1, + "renderProps": {}, + "state": "passed", + "testId": "r4", + "timeout": 4000, + "type": "child", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "snapshots": [ + { + "name": "before", + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": "#earth-text" + } + ] + }, + { + "name": "after", + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": "#earth-text" + } + ] + } + ], + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "coords": { + "top": "Any.Number", + "left": "Any.Number", + "topCenter": "Any.Number", + "leftCenter": "Any.Number", + "x": "Any.Number", + "y": "Any.Number" + }, + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-10", + "event": false, + "hookId": "r4", + "instrument": "command", + "message": "Where's Earth?", + "name": "type", + "numElements": 1, + "renderProps": {}, + "state": "passed", + "testId": "r4", + "timeout": 4000, + "type": "child", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "snapshots": [ + { + "name": "before", + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": "#mars-text" + } + ] + }, + { + "name": "after", + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": "#mars-text" + } + ] + } + ], + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "coords": { + "top": "Any.Number", + "left": "Any.Number", + "topCenter": "Any.Number", + "leftCenter": "Any.Number", + "x": "Any.Number", + "y": "Any.Number" + }, + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-11", + "event": false, + "hookId": "r4", + "instrument": "command", + "message": "expected **** to have value **Where's Mars?**", + "name": "assert", + "numElements": 1, + "renderProps": {}, + "state": "passed", + "testId": "r4", + "timeout": 0, + "type": "child", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "snapshots": [ + { + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": "#earth-text" + } + ] + } + ], + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-11", + "event": false, + "hookId": "r4", + "instrument": "command", + "message": "expected **** to have value **Where's Earth?**", + "name": "assert", + "numElements": 1, + "renderProps": {}, + "state": "passed", + "testId": "r4", + "timeout": 0, + "type": "child", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "snapshots": [ + { + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": "#mars-text" + } + ] + } + ], + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-4", + "event": false, + "hookId": "r3", + "instrument": "command", + "message": "", + "name": "mount", + "numElements": 1, + "renderProps": {}, + "state": "passed", + "testId": "r3", + "timeout": 4000, + "type": "parent", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "snapshots": [ + { + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": ":nth-child(1) > div" + } + ] + } + ], + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-4", + "event": false, + "hookId": "r3", + "instrument": "command", + "message": "", + "name": "mount", + "numElements": 1, + "renderProps": {}, + "state": "passed", + "testId": "r3", + "timeout": 4000, + "type": "parent", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "snapshots": [ + { + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": ":nth-child(1) > div" + } + ] + } + ], + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-5", + "event": false, + "hookId": "r3", + "instrument": "command", + "message": "#earth-text", + "name": "get", + "numElements": 1, + "renderProps": {}, + "state": "passed", + "testId": "r3", + "timeout": 4000, + "type": "parent", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "snapshots": [ + { + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": "#earth-text" + } + ] + } + ], + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-5", + "event": false, + "hookId": "r3", + "instrument": "command", + "message": "#mars-text", + "name": "get", + "numElements": 1, + "renderProps": {}, + "state": "passed", + "testId": "r3", + "timeout": 4000, + "type": "parent", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "snapshots": [ + { + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": "#mars-text" + } + ] + } + ], + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-6", + "event": false, + "hookId": "r3", + "instrument": "command", + "message": "Hello Earth", + "name": "type", + "numElements": 1, + "renderProps": {}, + "state": "passed", + "testId": "r3", + "timeout": 4000, + "type": "child", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "snapshots": [ + { + "name": "before", + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": "#earth-text" + } + ] + }, + { + "name": "after", + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": "#earth-text" + } + ] + } + ], + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "coords": { + "top": "Any.Number", + "left": "Any.Number", + "topCenter": "Any.Number", + "leftCenter": "Any.Number", + "x": "Any.Number", + "y": "Any.Number" + }, + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-6", + "event": false, + "hookId": "r3", + "instrument": "command", + "message": "Hello Mars", + "name": "type", + "numElements": 1, + "renderProps": {}, + "state": "passed", + "testId": "r3", + "timeout": 4000, + "type": "child", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "snapshots": [ + { + "name": "before", + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": "#mars-text" + } + ] + }, + { + "name": "after", + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": "#mars-text" + } + ] + } + ], + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "coords": { + "top": "Any.Number", + "left": "Any.Number", + "topCenter": "Any.Number", + "leftCenter": "Any.Number", + "x": "Any.Number", + "y": "Any.Number" + }, + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-7", + "event": false, + "hookId": "r3", + "instrument": "command", + "message": "expected **** to have value **Hello Earth**", + "name": "assert", + "numElements": 1, + "renderProps": {}, + "state": "passed", + "testId": "r3", + "timeout": 0, + "type": "child", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "snapshots": [ + { + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": "#earth-text" + } + ] + } + ], + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-7", + "event": false, + "hookId": "r3", + "instrument": "command", + "message": "expected **** to have value **Hello Mars**", + "name": "assert", + "numElements": 1, + "renderProps": {}, + "state": "passed", + "testId": "r3", + "timeout": 0, + "type": "child", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "snapshots": [ + { + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": "#mars-text" + } + ] + } + ], + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-8", + "event": false, + "hookId": "r4", + "instrument": "command", + "message": "", + "name": "mount", + "numElements": 1, + "renderProps": {}, + "state": "passed", + "testId": "r4", + "timeout": 4000, + "type": "parent", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "snapshots": [ + { + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": ":nth-child(1) > div" + } + ] + } + ], + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-8", + "event": false, + "hookId": "r4", + "instrument": "command", + "message": "", + "name": "mount", + "numElements": 1, + "renderProps": {}, + "state": "passed", + "testId": "r4", + "timeout": 4000, + "type": "parent", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "snapshots": [ + { + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": ":nth-child(1) > div" + } + ] + } + ], + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-9", + "event": false, + "hookId": "r4", + "instrument": "command", + "message": "#earth-text", + "name": "get", + "numElements": 1, + "renderProps": {}, + "state": "passed", + "testId": "r4", + "timeout": 4000, + "type": "parent", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "snapshots": [ + { + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": "#earth-text" + } + ] + } + ], + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-9", + "event": false, + "hookId": "r4", + "instrument": "command", + "message": "#mars-text", + "name": "get", + "numElements": 1, + "renderProps": {}, + "state": "passed", + "testId": "r4", + "timeout": 4000, + "type": "parent", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "snapshots": [ + { + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": "#mars-text" + } + ] + } + ], + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + } + ], + "viewportChanged": [], + "urlChanged": [ + { + "url": "http://localhost:2121/__cypress/iframes/index.html?specPath=/protocol/src/components/HelloEarth.cy.jsx", + "timestamp": "Any.Number" + }, + { + "url": "http://localhost:2121/__cypress/iframes/index.html?specPath=/protocol/src/components/HelloMars.cy.jsx", + "timestamp": "Any.Number" + } + ], + "pageLoading": [], + "resetTest": [], + "responseEndedWithEmptyBody": [ + { + "requestId": "Any.Number", + "isCached": true + }, + { + "requestId": "Any.Number", + "isCached": true + }, + { + "requestId": "Any.Number", + "isCached": true + }, + { + "requestId": "Any.Number", + "isCached": true + } ] } ` diff --git a/system-tests/lib/protocol-stubs/protocolStub.ts b/system-tests/lib/protocol-stubs/protocolStub.ts index 8927a4c9372a..2cb186c5a735 100644 --- a/system-tests/lib/protocol-stubs/protocolStub.ts +++ b/system-tests/lib/protocol-stubs/protocolStub.ts @@ -28,6 +28,7 @@ export class AppCaptureProtocol implements AppCaptureProtocolInterface { urlChanged: [], pageLoading: [], resetTest: [], + responseEndedWithEmptyBody: [], } getDbMetadata (): { offset: number, size: number } { @@ -50,6 +51,7 @@ export class AppCaptureProtocol implements AppCaptureProtocolInterface { this.events.viewportChanged = [] this.events.urlChanged = [] this.events.pageLoading = [] + this.events.responseEndedWithEmptyBody = [] } connectToBrowser = (cdpClient) => { @@ -98,13 +100,17 @@ export class AppCaptureProtocol implements AppCaptureProtocolInterface { } commandLogAdded = (log) => { - this.events.commandLogAdded.push(log) + // we only care about logs that occur during a test + if (log.testId) { + this.events.commandLogAdded.push(log) + } } commandLogChanged = (log) => { + // we only care about logs that occur during a test and // since the number of log changes can vary per run, we only want to record // the passed/failed ones to ensure the snapshot can be compared - if (log.state === 'passed' || log.state === 'failed') { + if (log.testId && (log.state === 'passed' || log.state === 'failed')) { this.events.commandLogChanged.push(log) } } @@ -133,11 +139,13 @@ export class AppCaptureProtocol implements AppCaptureProtocolInterface { return Promise.resolve() } + responseEndedWithEmptyBody = (options: ResponseEndedWithEmptyBodyOptions) => { + this.events.responseEndedWithEmptyBody.push(options) + } + resetTest (testId: string): void { this.resetEvents() this.events.resetTest.push(testId) } - - responseEndedWithEmptyBody: (options: ResponseEndedWithEmptyBodyOptions) => {} } diff --git a/system-tests/test/protocol_spec.js b/system-tests/test/protocol_spec.js index 60df02ddfc8a..9e89523dbc67 100644 --- a/system-tests/test/protocol_spec.js +++ b/system-tests/test/protocol_spec.js @@ -10,14 +10,16 @@ const { // source: https://www.myintervals.com/blog/2009/05/20/iso-8601-date-validation-that-doesnt-suck/ const isoDateRegex = /"([\+-]?\d{4}(?!\d{2}\b))((-?)((0[1-9]|1[0-2])(\3([12]\d|0[1-9]|3[01]))?|W([0-4]\d|5[0-2])(-?[1-7])?|(00[1-9]|0[1-9]\d|[12]\d{2}|3([0-5]\d|6[1-6])))([T\s]((([01]\d|2[0-3])((:?)[0-5]\d)?|24\:?00)([\.,]\d+(?!:))?)?(\17[0-5]\d([\.,]\d+)?)?([zZ]|([\+-])([01]\d|2[0-3]):?([0-5]\d)?)?)?)?"/g -const numberRegex = /"(wallClockDuration|fnDuration|afterFnDuration|lifecycle|duration|timestamp|createdAtTimestamp|updatedAtTimestamp|x|y|top|left|topCenter|leftCenter)": (0|[1-9]\d*)(\.\d+)?/g +const numberRegex = /"(wallClockDuration|fnDuration|afterFnDuration|lifecycle|duration|timestamp|createdAtTimestamp|updatedAtTimestamp|x|y|top|left|topCenter|leftCenter|requestId)": \"?(0|[1-9]\d*)(\.\d+)?\"?/g const pathRegex = /"(name|absoluteFile)": "\/[^"]+"/g +const componentSpecPathRegex = /"(url|message)": "(http:\/\/localhost:2121\/__cypress\/iframes\/index.html\?specPath=)(.*)(\/protocol\/src\/components\/)(.*)"/g const normalizeEvents = (resultsJson) => { return resultsJson - .replace(isoDateRegex, '"2015-03-18T00:00:00.000Z"') - .replace(numberRegex, '"$1": 100') + .replace(isoDateRegex, '"Any.ISODate"') + .replace(numberRegex, '"$1": "Any.Number"') .replace(pathRegex, '"$1": "/path/to/$1"') + .replace(componentSpecPathRegex, '"$1": "$2$4$5"') } const getFilePath = (filename) => { @@ -56,8 +58,7 @@ describe('capture-protocol', () => { }) }) - // TODO: skip for now because the component tests are failing with the new route consolidation logic - describe.skip('component', () => { + describe('component', () => { [true, false].forEach((experimentalSingleTabRunMode) => { it('verifies the protocol events are correct', function () { return systemTests.exec(this, {