diff --git a/behat.yml b/behat-travis.yml similarity index 100% rename from behat.yml rename to behat-travis.yml diff --git a/features/tabs.feature b/features/button2.feature similarity index 100% rename from features/tabs.feature rename to features/button2.feature diff --git a/tools/test.sh b/tools/test.sh index 058632e0d2..66200ac5f7 100644 --- a/tools/test.sh +++ b/tools/test.sh @@ -3,6 +3,7 @@ echo "Setting up coverage logging"; mkdir coverage chmod 777 coverage +cp behat-travis.yml behat.yml cp tools/coverage.php demos/coverage.php sed -i "s|node_modules_path.*|node_modules_path: `npm get prefix`/lib/node_modules|g" behat.yml