Hi, We've been using the Xray plugin to manage our testing efforts. So far we've been using it to manage our manual tests. I am considering trying to include unit tests, that run in Jenkins, in Xra...
CTest, as part of CMake, is a test runner which generates xml reports. Starting with the 3.21 version, they support JUnit generation. However, this is not detected by bitbucket, in which after a pip...
My team's code runs on a local network and we can only access our databases on that private network. We are working to implement continuous integration and delivery. Is there a way to automate unit t...
Pipeline error stack: Traceback (most recent call last): File "/usr/local/lib/python3.6/unittest/loader.py", line 428, in _find_test_path module = self._get_module_from_name(name) ...
What version of NUnit xml does the NUnit Parser require? I am able to run a custom script, that generates a TestResult.xml file, and the file is located. I can see in the file that most tests passed,...
I got this error when trying to run yarn test, to run unit test in pipelines, any idea to fix this? I already try chrome-headless , phantomjs, and chrome-no-sandbox, always getting the same error, t...
Is it possible somehow to run groovy tests using Bamboo or any CI server? At this moment I should go to JIRA and manually run Unit test runner. This is quite uncomfortable.
...efore public void setUp() throws Exception { super.setUp(); exampleMacro = new Macro(licenseManager); PluginLicense pluginLicense = Mockito.mock(PluginLicense.class); } @Test public void t...
Does anybody run python unit tests with bamboo and get the results back?
Hi, Please let us know the exact differnce between "Not a bug" and "Invalid" in Jira Resolution and when it should be used? Thanks, Aravind
I am running unit tests in bamboo as a C++ exe in a script configuration. I added GPU/rendering capabilities to my tests, and they are always crashing in bamboo. If I log into the server directly (no...
I am using cppTest for my unit tests. I would like to notify Bamboo that tests are running, such that the Tests field in the dashboard will not say "No tests found". Is this possible?
Copied to clipboard