How do you create tests with CircleCi?
Iโm afraid you have to be a little more specific in here
1 Like
What I mean is that my test build fails and the error is: There are no tests
You would create tests in your code, based on your programming language and what testing frameworks are available. The purpose of CircleCI is then to run those tests for you so you donโt need to run them yourself, locally.
1 Like