Hello,
Is there an example project on Github or documentation on running Oxygen tests on Jenkins?
Thanks
Hello,
Is there an example project on Github or documentation on running Oxygen tests on Jenkins?
Thanks
Have you tried Oxygen CLI? You can run Oxygen tests via scripts in your Jenkins job.
Hello qaaunto,
Could you run test with jenkins?
I did try and facing Error “oxygen command not recognised as internal or external command” .
Please let know if you wer able to run it successfully through jenkins.
However it is running properly in the windows command prompt.
I was able to run tests on Jenkins with oxygen -cli.
as mentioned by aveeveng.
The error I was facing is because jenkins wasnt able to access node packages installed under user.
Resolved that by installed node package by nodejs plugin before running oxygen scripts