moz.build 518 B

123456789101112
  1. # This Source Code Form is subject to the terms of the Mozilla Public
  2. # License, v. 2.0. If a copy of the MPL was not distributed with this
  3. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  4. FIREFOX_UI_FUNCTIONAL_MANIFESTS += ["tests/functional/manifest.ini"]
  5. FIREFOX_UI_UPDATE_MANIFESTS += ["tests/update/manifest.ini"]
  6. # TODO: Move to testing/marionette/puppeteer/firefox
  7. PUPPETEER_FIREFOX_MANIFESTS += ["tests/puppeteer/manifest.ini"]
  8. with Files("**"):
  9. BUG_COMPONENT = ("Testing", "Firefox UI Tests")