Skip to content

Commit

Permalink
Updated Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinyanakiev committed Oct 12, 2021
1 parent b2a319e commit 4bcfb32
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .env.docker
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
COMPOSE_PROJECT_NAME=alkemio-serverdev
AUTH_ENABLED=true
NODE_ENV=dev

MYSQL_DATABASE=alkemio
Expand Down
2 changes: 0 additions & 2 deletions docs/QA.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ Initial version of integration tests is in place. To run them, look at the prere
- Used frameworks/packages [jest](https://jestjs.io/) and `supertest`
- Running `MySQL sql server`
- Running `Alkemio/Server` service.
- Local .env file must contain the following vairable, to run tests with authentication:
- `AUTH_ENABLED` env variable must be set to `true`.
- `LOGGING_CONSOLE_ENABLED=false` can be used to disable logging the exceptions (exceptions are quite verbose and will pollute the test results log).
- In order to run the unit, integration and end-to-end, navigate to the `/Server` repository, and execute the following command: `npm run test:[TEST_TYPE]` where TEST_TYPE is `e2e` for end-to-end, `it` for
integration tests and `ut` for unit tests
Expand Down

0 comments on commit 4bcfb32

Please sign in to comment.