-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fe48720
commit 70245ca
Showing
22 changed files
with
10,983 additions
and
5,729 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<testsuites> | ||
<testsuite name="Second Test Suite" timestamp="2024-11-20T15:19:44" tests="2" failures="0" time="5.351" file="cy-example/e2e/second.cy.js"> | ||
<testcase name="Second Test Suite visits google" time="1.349" classname="visits google" failure="false" error="false" success="true"/> | ||
<testcase name="Second Test Suite can search" time="4.002" classname="can search" failure="false" error="false" success="true"/> | ||
</testsuite> | ||
<testsuite name="First Test Suite" timestamp="2024-11-20T15:19:29" tests="2" failures="1" time="4.588" file="cy-example/e2e/first.cy.js"> | ||
<testcase name="First Test Suite visits google" time="0" classname="visits google" failure="true" error="true" success="false"> | ||
<testsuite name="First Test Suite" timestamp="2024-11-20T20:04:35" tests="2" failures="1" time="8.879" file="cy-example/e2e/first.cy.js"> | ||
<testcase name="First Test Suite visits google" time="5.694" classname="visits google" failure="true" error="true" success="false"> | ||
<failure message="Timed out retrying after 4000ms: expected 'Google' to include 'Amazon'" type="AssertionError">AssertionError: Timed out retrying after 4000ms: expected 'Google' to include 'Amazon' | ||
at Context.eval (webpack:///./e2e/first.cy.js:4:15)</failure> | ||
</testcase> | ||
<testcase name="First Test Suite can search" time="4.588" classname="can search" failure="false" error="false" success="true"/> | ||
<testcase name="First Test Suite can search" time="3.185" classname="can search" failure="false" error="false" success="true"/> | ||
</testsuite> | ||
<testsuite name="Second Test Suite" timestamp="2024-11-20T20:04:58" tests="2" failures="0" time="4.497" file="cy-example/e2e/second.cy.js"> | ||
<testcase name="Second Test Suite visits google" time="1.152" classname="visits google" failure="false" error="false" success="true"/> | ||
<testcase name="Second Test Suite can search" time="3.345" classname="can search" failure="false" error="false" success="true"/> | ||
</testsuite> | ||
</testsuites> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<testsuites name="Mocha Tests" time="0.11199999999999999" tests="2" failures="2"> | ||
<testsuite name="Root Suite" timestamp="2024-11-20T20:12:54" tests="0" file="cy-example/e2e/first.cy.js" failures="0" time="0"> | ||
</testsuite> | ||
<testsuite name="First Test Suite" timestamp="2024-11-20T20:12:54" tests="2" failures="2" time="0.11199999999999999"> | ||
<testcase name="First Test Suite visits google" time="0.076" classname="visits google" failure="true" error="true" success="false"> | ||
<failure message="`cy.screenshot()` timed out waiting `10ms` to complete." type="CypressError"><![CDATA[CypressError: `cy.screenshot()` timed out waiting `10ms` to complete. | ||
at http://localhost:51324/__cypress/runner/cypress_runner.js:134043:73 | ||
at tryCatcher (http://localhost:51324/__cypress/runner/cypress_runner.js:1830:23) | ||
at http://localhost:51324/__cypress/runner/cypress_runner.js:4209:41 | ||
at tryCatcher (http://localhost:51324/__cypress/runner/cypress_runner.js:1830:23) | ||
at Promise._settlePromiseFromHandler (http://localhost:51324/__cypress/runner/cypress_runner.js:1542:31) | ||
at Promise._settlePromise (http://localhost:51324/__cypress/runner/cypress_runner.js:1599:18) | ||
at Promise._settlePromise0 (http://localhost:51324/__cypress/runner/cypress_runner.js:1644:10) | ||
at Promise._settlePromises (http://localhost:51324/__cypress/runner/cypress_runner.js:1720:18) | ||
at _drainQueueStep (http://localhost:51324/__cypress/runner/cypress_runner.js:2430:12) | ||
at _drainQueue (http://localhost:51324/__cypress/runner/cypress_runner.js:2423:9) | ||
at Async._drainQueues (http://localhost:51324/__cypress/runner/cypress_runner.js:2439:5) | ||
at Async.drainQueues (http://localhost:51324/__cypress/runner/cypress_runner.js:2309:14)]]></failure> | ||
</testcase> | ||
<testcase name="First Test Suite can search" time="0.036" classname="can search" failure="true" error="true" success="false"> | ||
<failure message="`cy.screenshot()` timed out waiting `10ms` to complete." type="CypressError"><![CDATA[CypressError: `cy.screenshot()` timed out waiting `10ms` to complete. | ||
at http://localhost:51324/__cypress/runner/cypress_runner.js:134043:73 | ||
at tryCatcher (http://localhost:51324/__cypress/runner/cypress_runner.js:1830:23) | ||
at http://localhost:51324/__cypress/runner/cypress_runner.js:4209:41 | ||
at tryCatcher (http://localhost:51324/__cypress/runner/cypress_runner.js:1830:23) | ||
at Promise._settlePromiseFromHandler (http://localhost:51324/__cypress/runner/cypress_runner.js:1542:31) | ||
at Promise._settlePromise (http://localhost:51324/__cypress/runner/cypress_runner.js:1599:18) | ||
at Promise._settlePromise0 (http://localhost:51324/__cypress/runner/cypress_runner.js:1644:10) | ||
at Promise._settlePromises (http://localhost:51324/__cypress/runner/cypress_runner.js:1720:18) | ||
at _drainQueueStep (http://localhost:51324/__cypress/runner/cypress_runner.js:2430:12) | ||
at _drainQueue (http://localhost:51324/__cypress/runner/cypress_runner.js:2423:9) | ||
at Async._drainQueues (http://localhost:51324/__cypress/runner/cypress_runner.js:2439:5) | ||
at Async.drainQueues (http://localhost:51324/__cypress/runner/cypress_runner.js:2309:14)]]></failure> | ||
</testcase> | ||
</testsuite> | ||
</testsuites> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<testsuites name="Mocha Tests" time="0.07200000000000001" tests="2" failures="2"> | ||
<testsuite name="Root Suite" timestamp="2024-11-20T20:12:56" tests="0" file="cy-example/e2e/second.cy.js" failures="0" time="0"> | ||
</testsuite> | ||
<testsuite name="Second Test Suite" timestamp="2024-11-20T20:12:56" tests="2" failures="2" time="0.07200000000000001"> | ||
<testcase name="Second Test Suite visits google" time="0.037" classname="visits google" failure="true" error="true" success="false"> | ||
<failure message="`cy.screenshot()` timed out waiting `10ms` to complete." type="CypressError"><![CDATA[CypressError: `cy.screenshot()` timed out waiting `10ms` to complete. | ||
at http://localhost:51324/__cypress/runner/cypress_runner.js:134043:73 | ||
at tryCatcher (http://localhost:51324/__cypress/runner/cypress_runner.js:1830:23) | ||
at http://localhost:51324/__cypress/runner/cypress_runner.js:4209:41 | ||
at tryCatcher (http://localhost:51324/__cypress/runner/cypress_runner.js:1830:23) | ||
at Promise._settlePromiseFromHandler (http://localhost:51324/__cypress/runner/cypress_runner.js:1542:31) | ||
at Promise._settlePromise (http://localhost:51324/__cypress/runner/cypress_runner.js:1599:18) | ||
at Promise._settlePromise0 (http://localhost:51324/__cypress/runner/cypress_runner.js:1644:10) | ||
at Promise._settlePromises (http://localhost:51324/__cypress/runner/cypress_runner.js:1720:18) | ||
at _drainQueueStep (http://localhost:51324/__cypress/runner/cypress_runner.js:2430:12) | ||
at _drainQueue (http://localhost:51324/__cypress/runner/cypress_runner.js:2423:9) | ||
at Async._drainQueues (http://localhost:51324/__cypress/runner/cypress_runner.js:2439:5) | ||
at Async.drainQueues (http://localhost:51324/__cypress/runner/cypress_runner.js:2309:14)]]></failure> | ||
</testcase> | ||
<testcase name="Second Test Suite can search" time="0.035" classname="can search" failure="true" error="true" success="false"> | ||
<failure message="`cy.screenshot()` timed out waiting `10ms` to complete." type="CypressError"><![CDATA[CypressError: `cy.screenshot()` timed out waiting `10ms` to complete. | ||
at http://localhost:51324/__cypress/runner/cypress_runner.js:134043:73 | ||
at tryCatcher (http://localhost:51324/__cypress/runner/cypress_runner.js:1830:23) | ||
at http://localhost:51324/__cypress/runner/cypress_runner.js:4209:41 | ||
at tryCatcher (http://localhost:51324/__cypress/runner/cypress_runner.js:1830:23) | ||
at Promise._settlePromiseFromHandler (http://localhost:51324/__cypress/runner/cypress_runner.js:1542:31) | ||
at Promise._settlePromise (http://localhost:51324/__cypress/runner/cypress_runner.js:1599:18) | ||
at Promise._settlePromise0 (http://localhost:51324/__cypress/runner/cypress_runner.js:1644:10) | ||
at Promise._settlePromises (http://localhost:51324/__cypress/runner/cypress_runner.js:1720:18) | ||
at _drainQueueStep (http://localhost:51324/__cypress/runner/cypress_runner.js:2430:12) | ||
at _drainQueue (http://localhost:51324/__cypress/runner/cypress_runner.js:2423:9) | ||
at Async._drainQueues (http://localhost:51324/__cypress/runner/cypress_runner.js:2439:5) | ||
at Async.drainQueues (http://localhost:51324/__cypress/runner/cypress_runner.js:2309:14)]]></failure> | ||
</testcase> | ||
</testsuite> | ||
</testsuites> |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.