You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi team,
we are using bitbucket pipeline for ci/cd and i wanted to integrate DAF testing frame work to build pipeline so i waned to know steps to integrate automation testing frame in to my bitbucket pipeline.
Hi @jaya_prakash_,
I'm not familiar with this testing framework; I just wanted to let you know that Pipelines builds run in Docker containers.
If there is a way to run these tests in a Docker container, then it may be possible to do so in Bitbucket Pipelines as well by configuring the appropriate image in your bitbucket-pipelines.yml file and including the commands for testing in the script of a step. You can check the following doc on how to configure the bitbucket-pipelines.yml file:
I would suggest checking with the developers/support team of this framework if it is possible to run the tests in a Docker container, and if they provide a Docker container with all tools needed for these tests, which you could use in Pipelines.
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.