diff --git a/package.json b/package.json index 93c560f9..0bee8dcb 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "test:backend": "nyc --reporter=lcovonly mocha --reporter=min test/backend", "test:frontend": "cross-env NODE_ENV=development node test/frontend/runner.js", "test:report": "nyc report --reporter=html", - "test-integration": "cross-env NODE_ENV=development ANDROID=1 wdio test/wdio.local.conf.js", + "test-integration": "cross-env NODE_ENV=development wdio test/wdio.docker.conf.js", "circleci-test-integration": "cross-env NODE_ENV=development wdio test/wdio.circleci.conf.js", "start": "npm run clean && cross-env NODE_ENV=development FXA_CLIENT_ID=fced6b5e3f4c66b9 BASE_URL=http://localhost:8080 webpack-dev-server --mode=development", "android": "cross-env ANDROID=1 npm start",