playwright-flock-reporter

1.0.1 • Public • Published

Installation

  1. Clone repository

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

     npm install
    
  3. Create flock Outgoing Webhook using documentation

  4. 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
     ],
    

Package Sidebar

Install

npm i playwright-flock-reporter

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

6.24 kB

Total Files

5

Last publish

Collaborators

  • roguestroke