Run Selenium and Cypress Tests in Bitbucket Pipelines

Sdílet
Vložit
  • čas přidán 22. 08. 2024

Komentáře • 11

  • @frostynemz
    @frostynemz Před 2 měsíci +1

    This deserves waay more view mate, so helpful 👍🏽

  • @umytumyt9773
    @umytumyt9773 Před 3 měsíci

    Hi, great working

  • @julios9816
    @julios9816 Před 3 měsíci

    how to Running Tests In Parallel Using cypress-split in Bitbucket Pipelines?

    • @errorfarm
      @errorfarm  Před 3 měsíci

      You can try it with parallel steps defining npx cypress split=true in multiple parallel steps.
      Here is how to define parallel steps: support.atlassian.com/bitbucket-cloud/docs/parallel-step-options/

  • @user-nm8yp6ke9v
    @user-nm8yp6ke9v Před 4 měsíci

    Hi, great tutorial. Can you help me? I don't get a artifacts. I have a tab with build only

    • @errorfarm
      @errorfarm  Před 4 měsíci

      Okay. You can check with ls command if your artifact directory really exists and also that the folder contains something and it isn't empty. For example: ls -la artifact-folder/*

  • @umytumyt9773
    @umytumyt9773 Před 3 měsíci

    Hello, first of all, I appreciate your efforts. I hope you receive ample rewards for them. How can I run a Java Selenium/Cucumber Maven test on Bitbucket Pipelines? I'd appreciate your assistance with this. When I try to run it, I encounter the following issue: 'Run 1: Failed to instantiate class stepdefinitions. Run 2: Could not start a new session. Response code 500. Message: session not created: Chrome failed to start: exited normally. (session not created: DevToolsActivePort file doesn't exist). (The process started from chrome location /opt/google/chrome/chrome is no longer running, so ChromeDriver is assuming that Chrome has crashed.)' I would be grateful for your help. Thank you. Have a productive day.

    • @errorfarm
      @errorfarm  Před 3 měsíci

      Sounds like you are using a local chromedriver. My videos are not about those issues. This may help you if you want to install chromedriver yourself: www.npmjs.com/package/chromedriver

    • @umytumyt9773
      @umytumyt9773 Před 3 měsíci

      @@errorfarm thanks for help. good luck for life