Skip to content

Birbber/filters-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdGuard Test Cases

How to build

  1. yarn install
  2. yarn run build

Development

Test on the local machine

  • Run yarn install

  • Add to the /etc/hosts next line 127.0.0.1 local.testcases.adguard.com

  • Run the local server yarn watch It will open http://local.testcases.adguard.com:3000/ in your browser and test code changes will be dynamically updated there

Please note, that AdGuard for Mac does not filter localhost connections by default!.

Test on surge.sh

cd public
yarn global add surge
surge --domain=_any_domain_.surge.sh

Enjoy your testing at _any_domain_.surge.sh!

Manage tests list:

The main data file is ./src/testsData.js

Known issues

  • Copy rules functionality doesn't work in FF and Safari: document.execCommand(‘cut’/‘copy’) was denied because it was not called from inside a short running user-generated event handler.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published