diff --git a/docs/test/logs.md b/docs/test/logs.md new file mode 100644 index 000000000000..4e0bcf848aa0 --- /dev/null +++ b/docs/test/logs.md @@ -0,0 +1,39 @@ +# Logs + +## Prerequisites +Cluster with few deployed applications, where: + +* at least one is valid +* at least one is invalid (for example with wrong image) + +## Expected result +Page displays correctly, especially: + +* toolbar is displayed correctly +* logs are displayed correctly + +## Specific factors + +| Factor | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Comment | +|-------------------------------|-----------------|---------------------|--------------|-------------|------|-----------------|---|---|---------| +| Screen size | normal | mobile | narrow | middle size | wide | active resizing | | | | +| Pods count | 1 | 20-30 | | | | | | | | +| Container count | 1 | more than 10 | | | | | | | | +| Replication Controller status | valid state | invalid error state | | | | | | | | +| Page style | default (light) | dark | | | | | | | | +| Actions | switching pods | switchings pods | | | | | | | | +| Logs size | no logs | small | large (1GB) | | | | | | | +| Pod name | short | max length | | | | | | | | +| Container name | short | max length | | | | | | | | + +## Common Factors + +| Factor | 1 | 2 | 3 | 4 | +|-----------------|----------------------------|----------------------------------|----|--------| +| Browser | Chrome | Firefox | IE | Safari | +| Form | Desktop | Mobile | | | +| Help | Hover over every `?` | Click on every `Learn more` link | | | +| Log entries | check log entry on success | Check log entry on failure | | | +| Success message | Shown for every action | | | | +| Failure message | Proper sentence | | | | +| Concurrency | UI refreshes after error | | | | diff --git a/docs/test/replication-controller-list.md b/docs/test/replication-controller-list.md deleted file mode 100644 index a985959f178a..000000000000 --- a/docs/test/replication-controller-list.md +++ /dev/null @@ -1,42 +0,0 @@ -# Replication controller list - -## Prerequisites -Cluster with few deployed applications, where: - -* at least one is valid -* at least one is invalid (for example with wrong image) - -## Expected result -Page displays correctly, especially: - -* cards are displayed correctly even when page is scaled down/up -* application details are valid and matching data from `kubectl` command -* logs menu display correct pods information -* all application actions are available -* invalid applications have warning symbols and error messages - -## Specific factors - -| Factor | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Comment | -|--------------------------------------|-------------------------------|-------------------------------------|----------------|--------------|-----------------|---------------------------|------------|--------|---------------------------------------------------------------------------------------------| -| Replication controller count on page | 1 | odd | even | 20-30 | | | | | | -| Screen size | normal | mobile | narrow | wide | active resizing | | | | | -| Replication controller status | valid state | error state | | | | | | | error increases height of the card, error state can be caused by setting non-existing image | -| Replication controller fields | normal | max length | high pod count | | | | | | | -| Replication controller labels | normal | long text (253 prefix and 63 label) | 1 | odd | even | short and long text mixed | 20-30 | | labels increase height of the card | -| Actions | view details | edit pod count | delete | display logs | | | | | | -| Edit pod count | negative | 0 | 1 | less than 10 | more than 30 | empty | scale down | cancel | | -| Delete replication controller action | normal | with checkbox checked | cancel | | | | | | | -| Concurrency | delete replication controller | edit pod count | | | | | | | | - -## Common Factors - -| Factor | 1 | 2 | 3 | 4 | -|-----------------|----------------------------|----------------------------------|----|--------| -| Browser | Chrome | Firefox | IE | Safari | -| Form | Desktop | Mobile | | | -| Help | Hover over every `?` | Click on every `Learn more` link | | | -| Log entries | check log entry on success | Check log entry on failure | | | -| Success message | Shown for every action | | | | -| Failure message | Proper sentence | | | | -| Concurrency | UI refreshes after error | | | |