How can i build project without test case

How can i build project without test case

@rezaul it would be deadly . Test Driven Development is the trendy way to develop. Have you seen Unit Testing Conventions

Technically you can skip tests:

mvn clean install -DskipTests

Which project is it? Ang what’s bothering you with its test cases that you’d need to skip them?

1 Like