Creating Tests

How do you create tests with CircleCi? :confused:

Iโ€™m afraid you have to be a little more specific in here :slight_smile:

1 Like

What I mean is that my test build fails :build_failed: 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