We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f28ccdd commit 0f1e8acCopy full SHA for 0f1e8ac
docs/getting-tests-running/locally.md
@@ -86,7 +86,7 @@ cp core/phpunit.xml.dist core/phpunit.xml
86
Modify phpunit.xml
87
88
```
89
-SIMPLETEST_BASE_URL=http:/127.0.0.1:8080
+SIMPLETEST_BASE_URL=http://127.0.0.1:8080
90
SIMPLETEST_DB=sqlite://localhost/sites/default/files/db.sqlite
91
BROWSERTEST_OUTPUT_DIRECTORY=../private/browser_output
92
MINK_DRIVER_ARGS_WEBDRIVER: '["chrome", {"browserName":"chrome","chromeOptions":{"args":["--disable-gpu", "--no-sandbox"]}}, "http://127.0.0.1:9515"]'
0 commit comments