Re: How to run/debug Integration Test class from contextual menu?

2022-01-12 Thread * William
Hi Arnaud, I am able to run integration tests from the netbeans project tree using Gradle, may be there is something similar with Maven. Under each project you want to use a Gradle task you can set-=up an entry in the project's " gradle.properties" file, so: ## Netbeans Actions ## ##

Re: How to run/debug Integration Test class from contextual menu?

2022-01-12 Thread Arnaud bourree
Hello, As mentioned in another thread about contributing, I investigate myself to explain HowTo First, some explanation about what I call unitary tests and integration tests. Both are JUnit or TestNG tests, but theyr run in different maven phase: - Unitary test are run during test phase and they

RE: Re: NetBeans freezes randomly

2022-01-12 Thread Peter Ream
I have the same issue on NB 12.6, MacOS 12.1, Azul Java 17 on MacBook Air M1 with 16GB. Good call on changing application focus. I had been restarting NB. On 2021/12/27 13:06:13 Arnaud bourree wrote: Hello, I face freezing too since I switched to 12.6, before I used 12.5. I need to focus on an