Ortoni Report | Playwright HTML Report with Dashboard

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024
  • My first-ever contribution to npm package manager.
    Link to install - www.npmjs.com/...
    Playwright Report by Koushik
    We are excited to announce the release of OrtoniReport (Playwright report - unofficial), a powerful and customizable HTML report generator for Playwright tests. This release includes key features that enhance the reporting capabilities and make it easier to visualize and organize test results.
    Configurable Report Generation
    reporter: [["ortoni-report",
    {
    projectName: 'Plawright Sample',
    authorName: 'Koushik',
    testType: 'E2E'
    }],
    ["dot"]],
    If any issues faced, please create an issue in the GitHub
    ---------------------------------------------------------------------
    Tamil RUclips Channel:
    @kurimurai
    ---------------------------------------------------------------------
    🎁Support me here.
    BuyMeCoffe: www.buymeacoff...
    UPI: koushik350-1@okaxis
    -------------------------Thank you--------------------------
    Thanks for watching, If you like the video, give it a thumbs up 👆.
    Sharing is caring, kindly share the video with your friends and colleagues.
    Don't forget to subscribe and hit the bell 🔔 notification.
    -------------------------------SOCIAL-------------------------------
    📝Test Practice Site: letcode.in/
    🐦Discord: / discord
    📸Instagram: / letcode.in
    🎓 LinkedIn: / ortoni
    ⛳️ XPath Extension: bit.ly/2T5EUCu
    Join our WhatsApp group (Only for Channel Members)
    / @letcode
    Zerodha referral link: zerodha.com/?c...
    #letcode #playwright

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

  • @learningneverends6674
    @learningneverends6674 Месяц назад +1

    Really good. I am using custom report with the help of your video. This one is also nice.. keep up good work...

    • @letcode
      @letcode  Месяц назад

      Thanks 👍

    • @learningneverends6674
      @learningneverends6674 Месяц назад +1

      @@letcode testInfo.attach that screnshot i expected in base 64 format in the report. But it is not coming. The screenshot which u are talking about screenshot on config only??

    • @letcode
      @letcode  Месяц назад +1

      In the 1.1.6 version base64 image is there, yes based on default config.

  • @MayukhNath
    @MayukhNath 2 месяца назад +1

    Great work done Koushik!
    Few things I would like to see:
    1. Do not count the skipped and retry as count, since test plan and this report might cause count mismatch confusion
    2. Clicking on passed/failed/skipped on piechart should drill down to the actual tests
    3. Color coding to distinguish tests on left panel

    • @letcode
      @letcode  2 месяца назад

      Thanks.
      1st makes sense.
      2. Need clarification
      3. I have added icons to know the test status, check version 1.1.2

    • @sureshkharel1514
      @sureshkharel1514 2 месяца назад +1

      Great one Koushik.
      And I was about to say same as MayukhNath as in point 1.
      If a report includes a count of retry in 'All' then I would suggest to have 'Retry' count as well so users can interpret and know how many were retried so as to avoid the confusion.

    • @letcode
      @letcode  2 месяца назад

      Yes, I'll make the changes in the next release.

    • @MayukhNath
      @MayukhNath 2 месяца назад +1

      For #2- I mean to say it would be nice to look at the list of passed and failed tests with reasons when the user clicks on the green or red part of the pie chart.

    • @letcode
      @letcode  2 месяца назад

      Yes that is handled on the test status summary, all status are now clickable based on the filter works in v 1.1.2
      Will try to add a chart filter also.

  • @atharvplays403
    @atharvplays403 18 дней назад +1

    Great work @Koushik. Can we generate the report per project(when I run my scripts in multiple projects like chrome, firefox etc)?.

    • @letcode
      @letcode  18 дней назад

      It works exactly the way the playwright default reporter works.
      If you use --project to execute then it will create that report.
      If you run again it will replace the old one, so u can create another report with different file name..
      Thanks.

    • @atharvplays403
      @atharvplays403 18 дней назад +1

      @@letcode My need is I run on 10 different projects in a single run and would like to see the per-project summary(bar charts), the way we see in Allure and overall summary as well

    • @letcode
      @letcode  18 дней назад +1

      Yes it will show all the reports,
      The chart is based on the overall test inclusive of all projects,
      Yes a project based chart is a good feature, I'll add it soon.

    • @atharvplays403
      @atharvplays403 17 дней назад +1

      @@letcode Thank you so much and great work again

  • @PriyankaRP-lv4on
    @PriyankaRP-lv4on Месяц назад +1

    This is really good report. But how to implement with the javascript Playwright BDD framework?

    • @letcode
      @letcode  Месяц назад

      Thanks, this is not for bdd

  • @priyankav2890
    @priyankav2890 2 месяца назад +1

    Hi Koushik
    Can you guide us how a automation engineer can do such report implementation. I would also like to learn how we should explore automation framework and do customisations
    I am not sure if this is a big ask but i would also want to create my own html report .if you can create a playlist it would be so much helpful

    • @letcode
      @letcode  2 месяца назад

      Hi, last year I posted a few videos on this.

    • @priyankav2890
      @priyankav2890 2 месяца назад +1

      @@letcode can you please share the link for the same

    • @letcode
      @letcode  2 месяца назад +1

      This is just a starting point, now I have implemented in different way, but core concept is the same.
      Also the source code is available on my GitHub
      ruclips.net/p/PL699Xf-_ilW7KzCZ2pPRCSVRGsDKX62_J&si=tFoP0ZC3Nw60cEvy

    • @priyankav2890
      @priyankav2890 2 месяца назад +1

      @@letcode Will go through it and reach out again if I'm having any doubts . thanks for the quick response

  • @MuraliRajamanickam
    @MuraliRajamanickam 2 месяца назад

    Hi
    1. Can you share the configuration set up for Java
    2. How this report differs from the Extent report.

    • @letcode
      @letcode  2 месяца назад

      Only for js/ts not for Java.
      Extent report is not fully free, but it is.

  • @sunnymore7745
    @sunnymore7745 2 месяца назад +1

    how to hide the number of calls for timeout error in report

    • @letcode
      @letcode  2 месяца назад

      I didn't understand

  • @venkateshchirunomula
    @venkateshchirunomula 2 месяца назад +1

    Hi, can we integrate it with playwright lighthouse ??

    • @letcode
      @letcode  2 месяца назад

      If the default playwright report works then it should also work

  • @shrideviamashi
    @shrideviamashi 10 дней назад +1

    Hi @Koushik, I followed your playlist of playwright + Cucumber TS, I did this one ruclips.net/video/g5wpLpncoN0/видео.html where you helped with multi cucumber report
    , How can I use this report?

    • @letcode
      @letcode  10 дней назад

      Ortoni report is not yet ready for cucumber, maybe in future I can give it a try.

  • @akshaypramodpai7736
    @akshaypramodpai7736 2 месяца назад +1

    Awesome work bro 🎉

    • @letcode
      @letcode  2 месяца назад +1

      Thanks, a new version coming soon with a lot of features.

  • @rajath7180
    @rajath7180 2 месяца назад +1

    bhai tollywood /bollywood me try karo ,ur in wrong profession 🎉

    • @letcode
      @letcode  2 месяца назад +1

      😂 y bro?

    • @rajath7180
      @rajath7180 2 месяца назад +1

      ​​@@letcode you look smart like a actor genuinely ,keep this hairstyle dont know why you are not getting more subs , so much of good editing but still I beleive your channel should have more than 100k ,hope soon

    • @letcode
      @letcode  2 месяца назад +1

      Thanks 😅