mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-17 23:53:18 +02:00
Add a few commonly asked questions to the issue template.
This commit is contained in:
@@ -1,36 +1,51 @@
|
||||
Thank you for submitting an issue for STF!
|
||||
<!---
|
||||
|
||||
* Be sure to run `stf doctor` before submitting an issue, and post any relevant log.
|
||||
* If you start to have issues with multiple devices connected at the same time, it's highly likely a USB/cable/power physical problem.
|
||||
* If you want to use STF in a server instead of your local machine, be sure to do a [full deployment](doc/DEPLOYMENT.md).
|
||||
Hi there!
|
||||
|
||||
## Expected Behavior
|
||||
<!--- If you're describing a bug, tell us what should happen -->
|
||||
<!--- If you're suggesting a change/improvement, tell us how it should work -->
|
||||
Please be sure to run `stf doctor` before submitting an issue. Please include screenshots, command output and log files if any.
|
||||
|
||||
## Current Behavior
|
||||
=== SUPER COMMON QUESTIONS ===
|
||||
|
||||
Q. I'm having issues when multiple devices are connected.
|
||||
A. Usually caused by insufficient USB power supply or other hardware issue we can't do anything about.
|
||||
|
||||
Q. Can I connect a device to STF over WIFI?
|
||||
A. Yes, with the `--allow-remote` option. However, ADB over WIFI can easily be 10x slower than USB, so don't expect too much.
|
||||
|
||||
Q. How do I connect to my local STF from another computer?
|
||||
A. Try the `--public-ip` option or do a full deployment. See DEPLOYMENT.md in the doc folder.
|
||||
|
||||
Q. Can I run STF on multiple machines?
|
||||
A. Yes, if you do a full deployment. See DEPLOYMENT.md in the doc folder.
|
||||
-->
|
||||
|
||||
## What's the problem (or question)?
|
||||
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
|
||||
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
|
||||
|
||||
## Possible Solution
|
||||
## What should have happened?
|
||||
<!--- If you're describing a bug, tell us what should happen -->
|
||||
<!--- If you're suggesting a change/improvement, tell us how it should work -->
|
||||
|
||||
## Do you have an idea for a solution?
|
||||
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
|
||||
<!--- or ideas how to implement the addition or change -->
|
||||
|
||||
## Steps to Reproduce (for bugs)
|
||||
## How can we reproduce the issue?
|
||||
<!--- Provide unambiguous set of steps to reproduce this bug. Include code to reproduce, if relevant -->
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
4.
|
||||
|
||||
## Context
|
||||
## Help us understand your issue by providing context.
|
||||
<!--- How has this issue affected you? What are you trying to accomplish? -->
|
||||
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
|
||||
|
||||
## Your Environment
|
||||
## Please tell us details about your environment.
|
||||
<!--- Include as many relevant details about the environment you experienced the bug in -->
|
||||
* Local deployment or Cluster deployment?
|
||||
* Version used:
|
||||
* Environment name and version (e.g. Chrome 39, node.js 5.4):
|
||||
* Operating System and version:
|
||||
* If there was a problem with a specific device, include model number and the according logs:
|
||||
* Are you using `stf local` or a [full deployment](doc/DEPLOYMENT.md):
|
||||
* Version used (git hash or `stf -V`):
|
||||
* Environment name and version (e.g. Chrome 39, node.js 5.4):
|
||||
* Operating System and version:
|
||||
* If there was a problem with a specific device, run `adb devices -l` and paste the relevant row here:
|
||||
|
||||
Reference in New Issue
Block a user