mirror of
https://github.com/appium/appium.git
synced 2026-01-30 22:29:10 -06:00
add some more stuff to reset.sh
This commit is contained in:
@@ -77,7 +77,7 @@ module.exports = function(grunt) {
|
||||
grunt.registerTask('ios', "Run functional ios tests", function(log) {
|
||||
runTestsWithServer(grunt, null, 'functional', 'ios', log === "log", this.async());
|
||||
});
|
||||
grunt.registerTask('test', ['jshint', 'buildApp:TestApp', 'buildApp:UICatalog', 'buildAndroidApp:ApiDemos', 'unit', 'appiumutils', 'functional', 'servertest']);
|
||||
grunt.registerTask('test', ['jshint', 'unit', 'appiumutils', 'functional', 'servertest']);
|
||||
grunt.registerTask('unit', 'mochaTest:unit');
|
||||
grunt.registerTask('appiumutils', 'mochaTest:appiumutils');
|
||||
grunt.registerTask('default', ['test']);
|
||||
|
||||
7917
npm-debug.log
7917
npm-debug.log
File diff suppressed because one or more lines are too long
8
reset.sh
8
reset.sh
@@ -1,8 +1,14 @@
|
||||
echo "Resetting Appium"
|
||||
echo "Resetting / Initializing Appium"
|
||||
echo "Clearing dev version of WD"
|
||||
rm -rf node_modules/wd
|
||||
echo "Installing WD and new NPM modules"
|
||||
npm install .
|
||||
echo "Updating/initializing submodules"
|
||||
git submodule update --init
|
||||
echo "Building instruments-without-delay"
|
||||
pushd submodules/instruments-without-delay
|
||||
./build.sh
|
||||
popd
|
||||
echo "Building Android bootstrap"
|
||||
grunt configAndroidBootstrap
|
||||
grunt buildAndroidBootstrap
|
||||
|
||||
Reference in New Issue
Block a user