Adding katalon tool support for cloud builder#664
Adding katalon tool support for cloud builder#664ucguy4u wants to merge 4 commits intoGoogleCloudPlatform:masterfrom
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
ucguy4u
left a comment
There was a problem hiding this comment.
@rphillips @bfolkens @matti @tmc
can u please review the PR. Let me know if you need more information. Help me to get this merge as this is my first time.
|
@ucguy4u How is this image different from the official image |
The image we're using here includes additional tools like Google Cloud SDK, kubectl, and the gke-gcloud-auth-plugin that are not present in the official katalonstudio/katalon image. This customization allows us to integrate Katalon testing with cloud environments such as GKE, and manage resources directly from within the same container. By including these dependencies, we streamline the CI/CD process for users who need to interact with cloud platforms like GCP while running their Katalon tests, making it more versatile for cloud-based workflows. |
This Pull Request adds support for using the Katalon tool in Google Cloud Build. It includes the following changes:
Dockerfile:
cloudbuild.yaml:
README.md: