-
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
Palina Lushchynskaya
committed
Nov 8, 2018
1 parent
2c9212b
commit ceeff4c
Showing
4 changed files
with
146 additions
and
63 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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,81 @@ | ||
<html lang="en"><head><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous"></head><body><div class="container"><h1 class="text-primary">TestCafe Test Summary</h1><br><div class="client-logo" style="padding:15px"></div><div class="bg-primary" style="padding:15px"><h3>Summary</h3><br><p class="lead">Start Time: 1/1/1970 0:0:0</p><p class="lead">Browsers: Chrome 41.0.2227 / Mac OS X 10.10.1, Firefox 47 / Mac OS X 10.10.1</p><p class="lead">Duration: 0s</p><p class="lead">Tests Failed: 2 out of 6</p><p class="lead">Tests Skipped: 0</p></div><br><table class="table "><tr><th>Test ID</th><th>Fixture</th><th>Test Name</th><th>Browser</th><th>Duration</th><th>Result</th><th>Screenshot</th></tr> <tr class="success"> | ||
<td>test-1</td> | ||
<td>First fixture</td> | ||
<td>First test in first fixture</td> | ||
<td>Chrome 41.0.2227 / Mac OS X 10.10.1, Firefox 47 / Mac OS X 10.10.1</td> | ||
<td>1m 14s</td> | ||
<td>passed</td> | ||
<td>no screenshot</td> | ||
</tr> | ||
<tr class="danger"> | ||
<td> <a href="#test-2">test-2</a> | ||
</td> | ||
<td>First fixture</td> | ||
<td>Second test in first fixture</td> | ||
<td>Chrome 41.0.2227 / Mac OS X 10.10.1, Firefox 47 / Mac OS X 10.10.1</td> | ||
<td>1m 14s</td> | ||
<td>failed</td> | ||
<td> <a href="test/First fixture/Second test in first fixture/test-2.png"> <img src="test/First fixture/Second test in first fixture/thumbnails/test-2.png" img> | ||
</a> | ||
</td> | ||
</tr> | ||
<tr class="success"> | ||
<td>test-3</td> | ||
<td>First fixture</td> | ||
<td>Third test in first fixture</td> | ||
<td>Chrome 41.0.2227 / Mac OS X 10.10.1, Firefox 47 / Mac OS X 10.10.1</td> | ||
<td>1m 14s</td> | ||
<td>passed</td> | ||
<td>no screenshot</td> | ||
</tr> | ||
<tr class="success"> | ||
<td>test-4</td> | ||
<td>Second fixture</td> | ||
<td>First test in second fixture</td> | ||
<td>Chrome 41.0.2227 / Mac OS X 10.10.1, Firefox 47 / Mac OS X 10.10.1</td> | ||
<td>1m 14s</td> | ||
<td>passed</td> | ||
<td>no screenshot</td> | ||
</tr> | ||
<tr class="success"> | ||
<td>test-5</td> | ||
<td>Second fixture</td> | ||
<td>Second test in second fixture</td> | ||
<td>Chrome 41.0.2227 / Mac OS X 10.10.1, Firefox 47 / Mac OS X 10.10.1</td> | ||
<td>1m 14s</td> | ||
<td>passed</td> | ||
<td>no screenshot</td> | ||
</tr> | ||
<tr class="success"> | ||
<td>test-6</td> | ||
<td>Second fixture</td> | ||
<td>Third test in second fixture</td> | ||
<td>Chrome 41.0.2227 / Mac OS X 10.10.1, Firefox 47 / Mac OS X 10.10.1</td> | ||
<td>0s</td> | ||
<td>passed</td> | ||
<td>no screenshot</td> | ||
</tr> | ||
<tr class="danger"> | ||
<td> <a href="#test-7">test-7</a> | ||
</td> | ||
<td>Third fixture</td> | ||
<td>First test in third fixture</td> | ||
<td>Chrome 41.0.2227 / Mac OS X 10.10.1, Firefox 47 / Mac OS X 10.10.1</td> | ||
<td>1m 14s</td> | ||
<td>failed</td> | ||
<td> <a href="nul/Third fixture/First test in third fixture/test-7.png"> <img src="nul/Third fixture/First test in third fixture/thumbnails/test-7.png" img> | ||
</a> | ||
</td> | ||
</tr> | ||
</table><br><br><h3>Error Details</h3><br> <h4 id="test-2">First fixture - Second test in first fixture</h4> | ||
<pre>undefinedError on page "http://example.org": | ||
|
||
Some error | ||
|
||
Browser: Chrome 41.0.2227 / Mac OS X 10.10.1 | ||
Screenshot: screenshots/1445437598847/errors </pre> <pre>undefinedThe specified selector does not match any element in the DOM tree. | ||
|
||
Browser: Firefox 47 / Mac OS X 10.10.1 </pre> <h4 id="test-7">Third fixture - First test in third fixture</h4> | ||
<pre>undefinedThe specified selector does not match any element in the DOM tree. | ||
|
||
Browser: Firefox 47 / Mac OS X 10.10.1 </pre></div></body></html> |
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