Why cant I run my tests in Codebuild

Hello,

So I am trying to execute some test suites from a codebuild project in AWS but I am getting this error, what does this mean?

do you have valid license? if yes, check if you had passed correct credentials

Hi @alfonso,

Welcome to our community. Thank you for sharing your issue.
This error usually happens when there is an issue with the credentials or access token used for authentication. You can check some of the following:

  1. Check Your Katalon TestOps Account Credentials:

    • Ensure that the credentials (email, password, or API key) you’re using for authentication are correct.
    • Try logging into Katalon TestOps manually to confirm that the credentials are working.
  2. Check Your API Key:

    • If you’re using an API key for authentication, ensure that it’s still valid and hasn’t expired. You can regenerate the API key from your Katalon TestOps account and update it in your Katalon Studio settings.
  3. Katalon Version:

    • Ensure that you are using the latest version of Katalon Studio. Authentication errors can sometimes result from using an outdated version of the tool.
  4. Katalon Activation:

    • If you are using an offline license or have recently changed your Katalon account, try reactivating your Katalon Studio license.
  5. OAuth Token Expiry:

    • If the issue is related to token expiry, logging out and back into your Katalon Studio should help reinitialize the token.
  6. Network or Proxy Settings:

    • If your network uses a proxy, ensure the proxy settings are properly configured in Katalon Studio.

Try the steps above and let me know if the issue persists!

So I am trying to run Katalon from a codebuild instance that runs a katalon docker container as part of CICD efforts, I believe I have a floating KRE license, is this sufficient for me to run the tests via command line (bash) inside codebuild?

1 Like