diff --git a/.npmignore b/.npmignore index bcd8af5..b7783a6 100644 --- a/.npmignore +++ b/.npmignore @@ -3,7 +3,6 @@ node_modules/ .git/ .gitignore yarn.lock -src/ test/ webpack.config.js .babelrc diff --git a/test/sauce/run-webpack.sh b/test/sauce/run-webpack.sh index ab29c11..3cb4817 100644 --- a/test/sauce/run-webpack.sh +++ b/test/sauce/run-webpack.sh @@ -2,4 +2,4 @@ SAUCEPASS=$(cat ~/.sauce-auth) -curl https://saucelabs.com/rest/v1/teamtofu/js-tests -X POST -u teamtofu:$SAUCEPASS -H 'Content-Type: application/json' -d "{\"platforms\":[[\"Windows 8\", \"internet explorer\", \"10\"], [\"Mac 10.10\", \"safari\", \"8\"], [\"Mac 10.11\", \"safari\", \"10\"], [\"Windows 10\", \"microsoft edge\", \"13\"], [\"Linux\", \"firefox\", \"15\"], [\"Linux\", \"chrome\", \"30\"], [\"Windows 10\", \"firefox\", \"beta\"], [\"Mac 10.12\", \"chrome\", \"beta\"], [\"Windows 7\", \"internet explorer\", \"9\"]], \"url\":\"https://teamtofu.github.io/affiliate-plugin-amazon/test/webpack.html\", \"framework\": \"jasmine\", \"name\": \"affiliate-compat-wp\"}" \ No newline at end of file +curl https://saucelabs.com/rest/v1/teamtofu/js-tests -X POST -u teamtofu:$SAUCEPASS -H 'Content-Type: application/json' -d "{\"platforms\":[[\"Windows 8\", \"internet explorer\", \"10\"], [\"Mac 10.10\", \"safari\", \"8\"], [\"Mac 10.11\", \"safari\", \"10\"], [\"Windows 10\", \"microsoft edge\", \"13\"], [\"Linux\", \"firefox\", \"15\"], [\"Linux\", \"chrome\", \"30\"], [\"Windows 10\", \"firefox\", \"beta\"], [\"Mac 10.12\", \"chrome\", \"beta\"], [\"Windows 7\", \"internet explorer\", \"9\"]], \"url\":\"https://teamtofu.org/affiliate-plugin-amazon/test/webpack.html\", \"framework\": \"jasmine\", \"name\": \"aff-p-amz-compat-wp\"}" \ No newline at end of file diff --git a/test/sauce/run.sh b/test/sauce/run.sh index 4420fb3..bf1eab8 100644 --- a/test/sauce/run.sh +++ b/test/sauce/run.sh @@ -2,4 +2,4 @@ SAUCEPASS=$(cat ~/.sauce-auth) -curl https://saucelabs.com/rest/v1/teamtofu/js-tests -X POST -u teamtofu:$SAUCEPASS -H 'Content-Type: application/json' -d "{\"platforms\":[[\"Windows 8\", \"internet explorer\", \"10\"], [\"Mac 10.10\", \"safari\", \"8\"], [\"Mac 10.11\", \"safari\", \"10\"], [\"Windows 10\", \"microsoft edge\", \"13\"], [\"Linux\", \"firefox\", \"15\"], [\"Linux\", \"chrome\", \"30\"], [\"Windows 10\", \"firefox\", \"beta\"], [\"Mac 10.12\", \"chrome\", \"beta\"], [\"Windows 7\", \"internet explorer\", \"9\"]], \"url\":\"https://teamtofu.github.io/affiliate-plugin-amazon/test/index.html\", \"framework\": \"jasmine\", \"name\": \"affiliate-compat\"}" \ No newline at end of file +curl https://saucelabs.com/rest/v1/teamtofu/js-tests -X POST -u teamtofu:$SAUCEPASS -H 'Content-Type: application/json' -d "{\"platforms\":[[\"Windows 8\", \"internet explorer\", \"10\"], [\"Mac 10.10\", \"safari\", \"8\"], [\"Mac 10.11\", \"safari\", \"10\"], [\"Windows 10\", \"microsoft edge\", \"13\"], [\"Linux\", \"firefox\", \"15\"], [\"Linux\", \"chrome\", \"30\"], [\"Windows 10\", \"firefox\", \"beta\"], [\"Mac 10.12\", \"chrome\", \"beta\"], [\"Windows 7\", \"internet explorer\", \"9\"]], \"url\":\"https://teamtofu.org/affiliate-plugin-amazon/test/index.html\", \"framework\": \"jasmine\", \"name\": \"aff-p-amz-compat\"}" \ No newline at end of file