Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

Any way to update bitbucket code while Test Execution

Parasofttoudaya
Parasofttoudaya Posts: 232 ✭✭
edited January 2018 in SOAtest

Hi Team,
There is a requirement where we need to update the bitbucket config file for the prestup of test run. Any possible to update and commit config using bitbucket

Any option to run github commands?

Comments

  • benken_parasoft
    benken_parasoft Posts: 1,228 ✭✭✭

    Any option to run github commands?

    You build your commit with "git". After you build your commit you can push it to your remote repository with "git". From SOAtest, you can configure an External Tool to execute "git". Please see my earlier comments in case this helps:
    best-global-property-tool-to-access-yaml-file-config-data-from-bit-bucket

  • jakubiak
    jakubiak Posts: 795 admin

    Another possibility to consider if you are using a build system like Jenkins or Bamboo is to update the file in the build job before executing the SOAtest tests.