Skip to content

Commit

Permalink
Noissue - Merge next into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Manish Jethani committed Aug 30, 2019
2 parents 33bdc49 + f9bc351 commit d3f6b1b
Show file tree
Hide file tree
Showing 54 changed files with 8,218 additions and 8,003 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Expand Up @@ -2,7 +2,7 @@ Hi,


You tried to submit a pull request for adblockpluscore. You tried to submit a pull request for adblockpluscore.


While we love GitHub, the project is hosted on GitLab, therefor we do While we love GitHub, the project is hosted on GitLab, therefore we do
not monitor pull request submitted on GitHub. not monitor pull request submitted on GitHub.


Please visit: https://gitlab.com/eyeo/adblockplus/adblockpluscore Please visit: https://gitlab.com/eyeo/adblockplus/adblockpluscore
Expand Down
5 changes: 1 addition & 4 deletions .gitlab-ci.yml
Expand Up @@ -33,10 +33,7 @@ before_script:
if [[ "$CI_RUNNER_DESCRIPTION" == *gitlab.com ]]; then if [[ "$CI_RUNNER_DESCRIPTION" == *gitlab.com ]]; then
apt-get update; apt-get update;
apt-get install -y apt-transport-https python-pip libgtk-3-0 libxt6 \ apt-get install -y apt-transport-https python-pip libgtk-3-0 libxt6 \
xvfb libnss3 libxss1 libgconf-2-4 libasound2; xvfb libnss3 libxss1 libgconf-2-4 libasound2 nodejs npm;
curl -sL https://deb.nodesource.com/setup_8.x | bash -;
apt-get update -y;
apt-get install -y nodejs;
fi fi
- mkdir -p .git/info - mkdir -p .git/info
- ./ensure_dependencies.py - ./ensure_dependencies.py
Expand Down
7 changes: 6 additions & 1 deletion README.md
Expand Up @@ -22,7 +22,8 @@ dependencies.


### Running specific tests ### Running specific tests


You can specify specific test files or directories on the command line, e.g.: You can specify specific test files or directories on the
command line, e.g.:
`npm test test/synchronizer.js test/browser/elemHideEmulation.js`. `npm test test/synchronizer.js test/browser/elemHideEmulation.js`.


### Running the browser tests in a real browser ### Running the browser tests in a real browser
Expand All @@ -41,6 +42,10 @@ BROWSER_TEST_RUNNERS environment, the default is


You can not set a specific version of the browser at runtime. You can not set a specific version of the browser at runtime.


Browser tests run headless by default (except on Windows). If you want
to disable headless mode on the WebDriver controlled tests, set the
BROWSER_TEST_HEADLESS environment to 0.

### Browser caching ### Browser caching


By default, the browsers used for testing are cached for later use in By default, the browsers used for testing are cached for later use in
Expand Down

0 comments on commit d3f6b1b

Please sign in to comment.