Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Step 3: Running Pipelines

Image RemovedImage Added

  • After you have setup bitbucket-pipelines.yml, you are ready to go. To see the Pipelines running you just have to commit the changes and push it to your Bitbucket repository.

Step 4: Test Reports Generation on Failure

Image RemovedImage Added

  • In the bitbucket-pipelines.yml we have mentioned --logger=xunit and --filepath="test-reports/logs.xml" so that xml test reports can be generated and can be tracked by Bitbucket at the given filepath.

...