Ticket #41 (closed defect)
Reporter Reid Burke |
Opened: 03/8/12 Last modified: 05/8/13 Status: closed Type: defect Resolution: duplicate Duplicate of: #36 |
Owner Reid Burke |
Target Release: 0.2.1 Priority: P3 (normal) |
|---|---|---|---|
| Summary: | Recover from 404s | ||
| Description: | If a test file does not exist, the captured browser will be navigated to a 404 page and will become stuck there. Instead, the browser should not be navigated to the missing file. The server should note the error and advance the browser to the next test. This must not be done as a pre-verification step: the test file can be deleted during the batch. In addition to doing a 302 for these problems, the Yeti inject.js should be able to handle other kinds of blatant problems as reasonable. |
||
| Type: | defect | Observed in Version: | development master |
| Component: | Yeti | Severity: | S3 (normal) |
| Assigned To: | Reid Burke | Target Release: | 0.2.1 |
| Location: | Library Code | Priority: | P3 (normal) |
| Tags: | Relates To: | ||
| Browsers: | N/A | ||
| URL: | |||
| Test Information: | |||
Change History
|
Posted: 03/10/12
|
|
Posted: 03/10/12
|
|
Posted: 03/10/12
|
|
Posted: 04/17/12
Moving from 0.x/sprint 5 to 0.2.1. |
|
Posted: 05/8/13
Merge pull request #41 from reid/upgrade-deps Upgrade glob and request deps. Fix #37, #40. |
This ticket was marked as a duplicate of #36