DEV Community

Discussion on: Continuous Integration Explained

Collapse
 
markoa profile image
Marko Anastasov

Does your app have some automated tests or you're just starting out?

Collapse
 
kanlanc profile image
Vikranth Kanumuru

Just starting out

Thread Thread
 
markoa profile image
Marko Anastasov

I think you should always run all tests.

A large project may include some tests that run against live staging or production instances, and in that case such tests can only run after deployment.

The topic of "how to grow a test suite" probably deserves a blog post of its own. :)

Thread Thread
 
kanlanc profile image
Vikranth Kanumuru

Yes, it really would, I am searching for what exactly it consists of so that I cN get an idea