Forum Discussion

poffin's avatar
poffin
Occasional Contributor
7 years ago

Jenkins requires all modules to run a TC test?

Hi all,

 

I'm trying to set up a jenkins TestComplete test suite. I only have the desktop testing module, no mobile or web module. My tests run & pass on my PC, but when jenkins tries to run TC tests on the same computer, I get the following error:

 

Unable to find an activated license for the 'Web Testing' module.

What's up with that?

 

I have TC in the latest version

1 Reply

  • AlexKaras's avatar
    AlexKaras
    Champion Level 3

    Hi,

     

    Are you using the same account for regular TestComplete runs and when using Jenkins ?

    If account is not the same, try to either add the /SilentMode command-line switch to Jenkins job or launch once TestComplete interactively using Jenkins account and configure it to not use Web and Mobile modules.

    Does this help?