-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Showing
3 changed files
with
148 additions
and
5 deletions.
There are no files selected for viewing
123 changes: 123 additions & 0 deletions
123
packages/server/__snapshots__/4_form_submissions_spec.coffee.js
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,123 @@ | ||
exports['e2e <form> submissions passes with http on localhost 1'] = ` | ||
==================================================================================================== | ||
(Run Starting) | ||
┌────────────────────────────────────────────────────────────────────────────────────────────────┐ | ||
│ Cypress: 1.2.3 │ | ||
│ Browser: FooBrowser 88 │ | ||
│ Specs: 1 found (form_submission_spec.coffee) │ | ||
│ Searched: cypress/integration/form_submission_spec.coffee │ | ||
└────────────────────────────────────────────────────────────────────────────────────────────────┘ | ||
──────────────────────────────────────────────────────────────────────────────────────────────────── | ||
Running: form_submission_spec.coffee... (1 of 1) | ||
<form> submissions | ||
✓ can submit a form correctly | ||
✓ can submit a multipart/form-data form correctly | ||
2 passing | ||
(Results) | ||
┌───────────────────────────────────────────┐ | ||
│ Tests: 2 │ | ||
│ Passing: 2 │ | ||
│ Failing: 0 │ | ||
│ Pending: 0 │ | ||
│ Skipped: 0 │ | ||
│ Screenshots: 0 │ | ||
│ Video: true │ | ||
│ Duration: X seconds │ | ||
│ Spec Ran: form_submission_spec.coffee │ | ||
└───────────────────────────────────────────┘ | ||
(Video) | ||
- Started processing: Compressing to 32 CRF | ||
- Finished processing: /foo/bar/.projects/e2e/cypress/videos/abc123.mp4 (X seconds) | ||
==================================================================================================== | ||
(Run Finished) | ||
Spec Tests Passing Failing Pending Skipped | ||
┌────────────────────────────────────────────────────────────────────────────────────────────────┐ | ||
│ ✔ form_submission_spec.coffee XX:XX 2 2 - - - │ | ||
└────────────────────────────────────────────────────────────────────────────────────────────────┘ | ||
All specs passed! XX:XX 2 2 - - - | ||
` | ||
|
||
exports['e2e <form> submissions passes with https on localhost 1'] = ` | ||
==================================================================================================== | ||
(Run Starting) | ||
┌────────────────────────────────────────────────────────────────────────────────────────────────┐ | ||
│ Cypress: 1.2.3 │ | ||
│ Browser: FooBrowser 88 │ | ||
│ Specs: 1 found (form_submission_spec.coffee) │ | ||
│ Searched: cypress/integration/form_submission_spec.coffee │ | ||
└────────────────────────────────────────────────────────────────────────────────────────────────┘ | ||
──────────────────────────────────────────────────────────────────────────────────────────────────── | ||
Running: form_submission_spec.coffee... (1 of 1) | ||
<form> submissions | ||
✓ can submit a form correctly | ||
✓ can submit a multipart/form-data form correctly | ||
2 passing | ||
(Results) | ||
┌───────────────────────────────────────────┐ | ||
│ Tests: 2 │ | ||
│ Passing: 2 │ | ||
│ Failing: 0 │ | ||
│ Pending: 0 │ | ||
│ Skipped: 0 │ | ||
│ Screenshots: 0 │ | ||
│ Video: true │ | ||
│ Duration: X seconds │ | ||
│ Spec Ran: form_submission_spec.coffee │ | ||
└───────────────────────────────────────────┘ | ||
(Video) | ||
- Started processing: Compressing to 32 CRF | ||
- Finished processing: /foo/bar/.projects/e2e/cypress/videos/abc123.mp4 (X seconds) | ||
==================================================================================================== | ||
(Run Finished) | ||
Spec Tests Passing Failing Pending Skipped | ||
┌────────────────────────────────────────────────────────────────────────────────────────────────┐ | ||
│ ✔ form_submission_spec.coffee XX:XX 2 2 - - - │ | ||
└────────────────────────────────────────────────────────────────────────────────────────────────┘ | ||
All specs passed! XX:XX 2 2 - - - | ||
` |
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