Zfilipin has uploaded a new change for review. https://gerrit.wikimedia.org/r/95591
Change subject: Markdown requires four spaces to properly format a block of text as code ...................................................................... Markdown requires four spaces to properly format a block of text as code Change-Id: I8fabe91083eb0e56fe09f87519eb04142c102200 --- M README.md 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/qa/browsertests refs/changes/91/95591/1 diff --git a/README.md b/README.md index 1eec937..fb184ad 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,8 @@ You can use a different browser with the BROWSER_LABEL env variable, the fastest is probably PhantomJS, a headless browser: - export BROWSER_LABEL=phantomjs # Linux/Unix/Mac - set BROWSER_LABEL=phantomjs # Windows + export BROWSER_LABEL=phantomjs # Linux/Unix/Mac + set BROWSER_LABEL=phantomjs # Windows By default, the browser will close itself at the end of every scenario. If you want the browser to stay open, set the environment variable `KEEP_BROWSER_OPEN` to `true`: -- To view, visit https://gerrit.wikimedia.org/r/95591 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8fabe91083eb0e56fe09f87519eb04142c102200 Gerrit-PatchSet: 1 Gerrit-Project: qa/browsertests Gerrit-Branch: master Gerrit-Owner: Zfilipin <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
