Welcome to mirror list, hosted at ThFree Co, Russian Federation.

behat.yml « config « integration « tests - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0fcead7a5acd65eb30f23fb46433baa540f4c9e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
default:
  autoload:
    '': %paths.base%/../features/bootstrap
  suites:
    default:
      paths:
        - %paths.base%/../features
      contexts:
        - FeatureContext

  extensions:
      jarnaiz\JUnitFormatter\JUnitFormatterExtension:
          filename: report.xml
          outputDir: %paths.base%/../output/