Remove test:e2e.json file from the code base

This commit is contained in:
Julia Amosova 2019-11-24 13:18:57 +00:00
parent 2818a3c67d
commit 882315182b
2 changed files with 0 additions and 14 deletions

1
.gitignore vendored
View File

@ -43,7 +43,6 @@ tests/cli/vendor
/tests/bin/tmp
/tests/e2e-tests/config/local-*.json
/tests/e2e-tests/config/local.json
/tests/e2e-tests/config/test:e2e.json
# Logs
/logs

View File

@ -1,13 +0,0 @@
{
"url": "http://localhost:8084",
"users": {
"admin": {
"username": "admin",
"password": "password"
},
"customer": {
"username": "customer",
"password": "customer_password"
}
}
}