Configuration

Create a drowser.json in root directory and define some configuration like this:

  • url: The url of platform or website that need to be test
{
  "url": "http://url_of_the_platform_need_to_be_tested"
}