1.0.1 • Published 8 months ago

playwright-flock-reporter v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Installation

  1. Clone repository

    git clone https://github.com/roguestroke/flock-reporter
  2. Run command

    npm install
  3. Create flock Outgoing Webhook using documentation

  1. Modify your playwright.config.ts file to include the following:

    reporter: [
        [
            './flockReporter.ts',
            {
                flockWebHookUrl: 
                'https://api.flock.com/hooks/sendMessage/XXXXX-0000-TTTT-AAAAA-N000000000000' // provide flock webhook url
            }
        ],
        ['html'], //other reporters
    ],
1.0.1

8 months ago

1.0.0

8 months ago