diff --git a/run-tests.sh b/run-tests.sh
new file mode 100755
index 0000000000000000000000000000000000000000..848ec250fbbbb15351f7dd8ec5b92f67a5d2952b
--- /dev/null
+++ b/run-tests.sh
@@ -0,0 +1,5 @@
+yarn install
+yarn copytests
+yarn test
+rm -rf node_modules test/features
+find test/fixtures -name "*.json" -type f -delete
\ No newline at end of file