Hello! 1) It is really advised to run tests from IDEA (that's what absolute majority of active contributors seem to be using), but you can also run it with mvn clean install -Dtest=SimpleClassNameOfTest -DfailIfNoTests=false
2) enable 'examples' profile and run ExampleNodeStartup class. Regards, -- Ilya Kasnacheev вт, 4 сент. 2018 г. в 16:57, Paul Anderson <[email protected]>: > ... The code is done ready to go, but the test suite looks huge, I know the > two test classes I have to augment... but I am unsure of a couple of > things. > > 1) how do I run a specific test (command line) > 2) how do I start (make sure is started) an ignite instance >
