Part 10 - Read, Write to File In Cypress || How to read from file, write to an existing one

Поделиться
HTML-код
  • Опубликовано: 4 дек 2024

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

  • @jayantamandal9732
    @jayantamandal9732 Год назад +1

    Please cover the fetching data from fixture file with multiple dataset(ie JsonArray)

    • @ABAutomationHub
      @ABAutomationHub  Год назад +2

      This topic is planned for upcoming videos. Stay tuned!

  • @GopikrishnanGovindaraj
    @GopikrishnanGovindaraj 7 месяцев назад

    Hi @ 1:35, if the file is created at root level, then it will read on the pipeline too ?

  • @FactWhisper7418
    @FactWhisper7418 7 месяцев назад

    Hi Anshita Bhasin. Can you create a tutorial for reading and writing data from xlsx file in cypress.
    Scenario:
    I have a test case in an excel which include 10 steps in sheet2 for example Candidate Registration and cypress should read each line from the excel and based on the test case pass or fail it should write or update the status when test run is performed for each test step line. I have installed xlsx dependency.
    Then once the test case is completed if all the 10 steps are Passed it should go to sheet1 where we have the overall test case status it should update Pass or fail. Hope u understand my scenario.