Skip to content

Commit

Permalink
test jekyll config
Browse files Browse the repository at this point in the history
  • Loading branch information
SelaseKay committed Nov 13, 2024
1 parent 271ca05 commit 3406016
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 36 deletions.
17 changes: 17 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# _config.yml
name: Flank
markdown: GFM # GitHub Flavored Markdown
plugins:
- jekyll-relative-links
relative_links:
enabled: true
collections: true

# Optional: Default layout for markdown files
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "default"
54 changes: 18 additions & 36 deletions docs/feature/summary_output.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,42 +16,24 @@ As a user I want to see finely formatted summary result at the end of execution
Gcloud prints summary output in the table. It looks nice and is readable. Why we wouldn't have same in flank?

## Possible outputs

[//]: # (Numbers are representing `OUTCOME` column, points are representing `TEST DETAILS` column.)

[//]: # (1. `success | flaky`)

[//]: # ( * `${1} test cases passed | ${2} skipped | ${3} flakes | (Native crash) | ---`)

[//]: # (2. `failure`)

[//]: # ( * `${1} test cases failed | ${2} errors | ${3} passed | ${4} skipped | ${4} flakes | (Native crash)`)

[//]: # ( * `Application crashed | (Native crash)`)

[//]: # ( * `Test timed out | (Native crash)`)

[//]: # ( * `App failed to install | (Native crash)`)

[//]: # ( * `Unknown failure | (Native crash)`)

[//]: # (3. `inconclusive`)

[//]: # ( * `Infrastructure failure`)

[//]: # ( * `Test run aborted by user`)

[//]: # ( * `Unknown reason`)

[//]: # (4. `skipped`)

[//]: # ( * `Incompatible device/OS combination`)

[//]: # ( * `App does not support the device architecture`)

[//]: # ( * `App does not support the OS version`)

[//]: # ( * `Unknown reason`)
Numbers are representing `OUTCOME` column, points are representing `TEST DETAILS` column.
1. `success | flaky`
* `${1} test cases passed | ${2} skipped | ${3} flakes | (Native crash) | ---`
2. `failure`
* `${1} test cases failed | ${2} errors | ${3} passed | ${4} skipped | ${4} flakes | (Native crash)`
* `Application crashed | (Native crash)`
* `Test timed out | (Native crash)`
* `App failed to install | (Native crash)`
* `Unknown failure | (Native crash)`
3. `inconclusive`
* `Infrastructure failure`
* `Test run aborted by user`
* `Unknown reason`
4. `skipped`
* `Incompatible device/OS combination`
* `App does not support the device architecture`
* `App does not support the OS version`
* `Unknown reason`

## Implementation details

Expand Down

0 comments on commit 3406016

Please sign in to comment.