Skip to content

Commit

Permalink
fix: readme file updated
Browse files Browse the repository at this point in the history
  • Loading branch information
trunekm committed Jun 2, 2021
1 parent 034557f commit 9958333
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions __tests__/e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,30 @@ DB_SCHEMA=schema

```npm run test-e2e``` - run tests

##Troubleshooting

1. Failures in *Before* and *After* steps indicate problem with DB connection,
please check if the details in *.env* file are correctly setup.
```
Creating test data in DB...
clearing db
1) "before all" hook: beforeAll in "{root}"
Clearing test data from DB!
clearing db
2) "after all" hook: afterAll in "{root}"
0 passing (15ms)
2 failing
1) "before all" hook: beforeAll in "{root}":
Error: The server does not support SSL connections
at Socket.<anonymous> (node_modules/pg/lib/connection.js:72:37)
...
2) "after all" hook: afterAll in "{root}":
Error: The server does not support SSL connections
at Socket.<anonymous> (node_modules/pg/lib/connection.js:72:37)
...
```


0 comments on commit 9958333

Please sign in to comment.