diff --git a/e2e/README.md b/e2e/README.md new file mode 100644 index 00000000..04372833 --- /dev/null +++ b/e2e/README.md @@ -0,0 +1,32 @@ +# Taiga e2e tests # + +### Setup ### + +``` +npm install +npm install -g protractor +npm install -g mocha +npm install -g babel + +webdriver-manager update +``` + +### Usage ### + +After taiga-back and taiga-front are running + +``` +webdriver-manager start +``` + +for auth test: + +``` +protractor conf.e2e.js --suite=auth +``` + +For full tests + +``` +protractor conf.e2e.js --suite=full +```