Re: How to run single integration test?

2021-04-16 Thread Tomek
On 16.04.2021 16:20, Jacques Le Roux wrote: Hi Jacques, Thank you for your response and help. Currently, I can't help you for the migration because my knowledge about OFBiz i too low. Best regards Tomek > Hi Tomek, > > About your  1st question, the answer is there (not related to your IDE): >

Re: How to run single integration test?

2021-04-16 Thread Jacques Le Roux
Hi Tomek, About your  1st question, the answer is there (not related to your IDE): https://ci.apache.org/projects/ofbiz/site/trunk/readme/html5/README.html#execute-an-integration-test-case For your 2nd question that not the case for all tests: ofbiz-framework/framework/security/src/test/java/org

How to run single integration test?

2021-04-16 Thread Tomek
Hi, I use InteliJ IDEA to develop my application based on OFBiz. I had opened example file with integration tests (PurchaseOrderTest.java) and I tried to run single test by clicking "play" button that is placed next to a test method.  But the test method has not been invoking. I have got an error