mirror of
https://github.com/appium/appium.git
synced 2026-01-25 03:38:52 -06:00
move some helper scripts into bin/
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
assets/
|
||||
submodules/
|
||||
publish.sh
|
||||
bin/publish.sh
|
||||
reset.sh
|
||||
reset.bat
|
||||
test.sh
|
||||
bin/test.sh
|
||||
sample-code/
|
||||
test/
|
||||
android/bootstrap/bin/
|
||||
|
||||
@@ -117,13 +117,13 @@ Once your system is set up and your code is up to date, you can run unit tests w
|
||||
|
||||
You can run functional tests for all supported platforms with:
|
||||
|
||||
./test.sh
|
||||
bin/test.sh
|
||||
|
||||
Or you can run particular platform tests with `test.sh`:
|
||||
|
||||
./test.sh --android
|
||||
./test.sh --ios
|
||||
./test.sh --ios7
|
||||
bin/test.sh --android
|
||||
bin/test.sh --ios
|
||||
bin/test.sh --ios7
|
||||
|
||||
Before committing code, please run `grunt` to execute some basic tests and check
|
||||
your changes against code quality standards:
|
||||
|
||||
Reference in New Issue
Block a user