Это видео недоступно.
Сожалеем об этом.

Webdriverio V7-Cucumber-RealTime Scenario -Part-4 (Github Actions)

Поделиться
HTML-код
  • Опубликовано: 19 ноя 2021
  • GitHub: github.com/afsarali273/Automa...
    Part1: • Webdriverio V7-Cucumbe...
    Part-2: • Webdriverio V7-Cucumbe...
    Part-3: • Webdriverio V7-Cucumbe...
    webdriver.io/docs/wdio-cucumb...
    www.npmjs.com/package/cucumbe...
    Table of Contents:
    00:22 - Agenda
    01:50 - What is Github Actions
    03:50 - Create Github Actions workflow
    11:14 - Github Action Strategy Matrix
    16:15 - Integrate Webdriverio with Github Actions workflow
    29:15 - Report Generation
    31:30 - Download report as Artifacts
    39:15 - Multiple Jobs for Parallel Testing
    43:05 - Jobs Dependencies with Other job
    46:50 - Cucumber JSON report
    52:52 - Html Cucumber report

Комментарии • 7

  • @opensourceautomation-afsarali
    @opensourceautomation-afsarali  2 года назад

    Table of Contents:
    00:22 - Agenda
    01:50 - What is Github Actions
    03:50 - Create Github Actions workflow
    11:14 - Github Action Strategy Matrix
    16:15 - Integrate Webdriverio with Github Actions workflow
    29:15 - Report Generation
    31:30 - Download report as Artifacts
    39:15 - Multiple Jobs for Parallel Testing
    43:05 - Jobs Dependencies with Other job
    46:50 - Cucumber JSON report
    52:52 - Html Cucumber report
    GitHub: github.com/afsarali273/AutomationPracticeSite-WebDriverio-Cucumber
    Part1: ruclips.net/video/VOzGnMktPho/видео.html
    Part-2: ruclips.net/video/q2iiLs1sBhU/видео.html
    Part-3: ruclips.net/video/kDf4JRbXRwI/видео.html

  • @maliksalman6504
    @maliksalman6504 Год назад

    Hi Afsar Ali, Your this series of videos is just Amazing. Just can you please make a video on how to perform parallel execution like executing two scenarios together
    Thanks!

  • @Arun-md2yi
    @Arun-md2yi Год назад

    Hi afsar , is there anyway we can automatically generate cucumber html report on complete hook, could you please try that and let us know thanks

  • @hamsterdec10
    @hamsterdec10 2 года назад

    Hi - please could you do a video on using the Google Drive API like you did for the Gmail API. Would be really useful

  • @grigor5294
    @grigor5294 2 года назад

    i see your videio first
    congratutals me :d

  • @mogymohler
    @mogymohler 2 года назад

    Hello Afsar, I have an issue with cucumber reporter, it's not generating the latest/newest run. My report is working fine with jsonDir options, but when I set jsonFile within index.js and I run few different feature scenarios, still just the first one .json file from json folder is generated. Json files are sorted alphabetically within json folder, it means that doesn't matter which is the newest .json, the first .json from json folder is generated. Do you have any idea why or how to fix this ? Thanks