diff --git a/.gitignore b/.gitignore index 96ddf93..9daccb7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,3 @@ -# Build artifacts and test results -build/published_artifacts/* -build/test_results/* - # Node.js Modules node_modules/ @@ -22,6 +18,3 @@ nodemon-ignore # Temporary files *.swp -#ignoring selenium.jar -selenium-server.jar - diff --git a/Jakefile.coffee b/Jakefile.coffee index 1dffc97..0bdbd9b 100644 --- a/Jakefile.coffee +++ b/Jakefile.coffee @@ -1,4 +1,4 @@ -JESSIE_PATH = './node_modules/jessie/bin' +JESSIE_PATH = './node_modules/jessie/bin' helper = require './build/lib/buildHelper' sys = require 'sys' @@ -26,6 +26,7 @@ namespace 'test', -> task 'unit', (xmlFileName) -> helper.execute "#{JESSIE_PATH}/jessie spec/unit" + # XUnit ---------------------------------------------------------------------- desc 'To run unit tests and send the results to' task 'xunit', (xmlFileName) -> if not xmlFileName diff --git a/build/published_artifacts/.gitignore b/build/published_artifacts/.gitignore new file mode 100644 index 0000000..bf5501f --- /dev/null +++ b/build/published_artifacts/.gitignore @@ -0,0 +1,4 @@ +# Place all artifacts to be published in this directory +* +!.gitignore + diff --git a/build/test_results/.gitignore b/build/test_results/.gitignore new file mode 100644 index 0000000..6aae7d9 --- /dev/null +++ b/build/test_results/.gitignore @@ -0,0 +1,4 @@ +# Place all test results in this directory +* +!.gitignore + diff --git a/vendor/selenium/.gitignore b/vendor/selenium/.gitignore new file mode 100644 index 0000000..00cec3a --- /dev/null +++ b/vendor/selenium/.gitignore @@ -0,0 +1,4 @@ +# This directory will hold the Selenium server lib +* +!.gitignore + diff --git a/vendor/selenium/README b/vendor/selenium/README deleted file mode 100644 index 444e520..0000000 --- a/vendor/selenium/README +++ /dev/null @@ -1 +0,0 @@ -This folder will hold selenium server jar