Re: Groovy integration tests

2024-04-07 Thread Jacques Le Roux
Hi Gil, Nicolas, I agree it was a good thing to do. We just missed some information and documentation. I have added some at OFBIZ-12320 I have also replaced all groovy-test-suite by junit-test-suite in OOTB code. I still wonder why Eclipse proposes but does not accept groovy-test-suite as a

Re: Groovy integration tests

2021-09-09 Thread Nicolas Malin
I endorse the words, I currently implement some new test for https://issues.apache.org/jira/browse/OFBIZ-6988, and after 3 hours to build ofbiz, it's really boring without clear most valuable. If for technical best practice it's better to keep test compile, it's possible when you test write is

Groovy integration tests

2021-09-08 Thread Gil Portenseigne
Hello, Currently using release 18.12 for some project we got the habit to develop using integration test while developing in groovy. For that usage we use mainly : groovy-test-suite That allow coding tests in groovy script that do not need to be compiled for their execution and executing