mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Smoke test clarifications (#2329)
* Update smoke-tests.md * add_clarifications clarifications per Noah's feedback on 1st use. * Update smoke-tests.md
This commit is contained in:
parent
cc8599f07a
commit
b4dda2663e
1 changed files with 7 additions and 3 deletions
10
.github/ISSUE_TEMPLATE/smoke-tests.md
vendored
10
.github/ISSUE_TEMPLATE/smoke-tests.md
vendored
|
|
@ -25,10 +25,10 @@ Smoke tests are limited to core functionality and serve as a sanity test. If smo
|
|||
|
||||
## Prerequisites
|
||||
|
||||
1. `fleetctl preview` is set up and running the desired test version using `--tag` parameters.
|
||||
1. `fleetctl preview` is set up and running the desired test version using [`--tag` parameters.](https://github.com/fleetdm/fleet/blob/main/handbook/product.md#manual-qa )
|
||||
2. Unless you are explicitly testing older browser versions, browser is up to date.
|
||||
3. Certificate & flagfile are in place to create new host.
|
||||
4. If using Firefox, clear local storage using devtools.
|
||||
4. In your browser, clear local storage using devtools.
|
||||
|
||||
## Instructions
|
||||
|
||||
|
|
@ -71,4 +71,8 @@ Smoke tests are limited to core functionality and serve as a sanity test. If smo
|
|||
|
||||
Issues found new to this version:
|
||||
|
||||
Issues found that reproduce in last stable version:
|
||||
Issues found that reproduce in last stable version:
|
||||
|
||||
What has not been tested:
|
||||
|
||||
Include any notes on whether issues should block release or not as needed
|
||||
Loading…
Reference in a new issue