Skip to content

tests browser specific sources

Created by: vrosenberg

example sources.json extract.


        {
          "url": "https://...",
          "name": "External VTT subtitle file",
          "browser": "chrome"
        }

Browser doesn't need to be added, like this

        {
          "url": "https://...",
          "name": "External VTT subtitle file"
        }

Merge request reports