-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
QE-10656 fix huge images in report (#312)
* fix report html width so it doesn’t make images huge * default not to show skips * merge skip config into one flag * fix cucu debug command * default not to show status for report generation * add newline after report generation status * add start timestamp to scenario, feature and index * add static totals to index and feature pages * don't search on timestamps and totals in report pages - see https://datatables.net/plug-ins/filtering/ * add flat index page that shows all scenarios * add feature tags and name to scenario page * reduce extraneous tags in scenario page * move text and table into same step td * have only 1 pre tag for each text, table, stdout and error_message
- Loading branch information
1 parent
508506c
commit 6bebd18
Showing
16 changed files
with
426 additions
and
215 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ _Get your repo setup using cucu as a test framework_ | |
1. install and start Docker if you haven't already | ||
2. add cucu your `requirements.txt` to get from GH by label (use current label number) | ||
``` | ||
git+ssh://[email protected]/cerebrotech/cucu@0.118.0#egg=cucu | ||
git+ssh://[email protected]/cerebrotech/cucu@0.119.0#egg=cucu | ||
``` | ||
3. install it | ||
``` | ||
|
Large diffs are not rendered by default.
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
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
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,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "cucu" | ||
version = "0.118.0" | ||
version = "0.119.0" | ||
license = "MIT" | ||
description = "" | ||
authors = ["Rodney Gomes <[email protected]>"] | ||
|
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
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
Oops, something went wrong.