We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85dd551 + 059b24c commit b58d977Copy full SHA for b58d977
tests/e2e/local.web.docker-compose.yml
@@ -30,7 +30,7 @@ services:
30
# Redisinsight API + UI build
31
app:
32
cap_add:
33
- - ipc_lock
+ - IPC_LOCK
34
env_file:
35
- ./.env
36
build:
tests/e2e/web.runner.ts
@@ -1,7 +1,7 @@
1
import testcafe from 'testcafe';
2
3
(async(): Promise<void> => {
4
- await testcafe('localhost')
+ await testcafe()
5
.then(t => {
6
return t
7
.createRunner()
0 commit comments