Test Cases

I was trying to get understanding on how the CI/CD Test Cases work on GitLab, and I am a little confused on what people can do with this functionality.

It seems to me that the only thing that people can do is add the test cases manually and there doesn’t appear to be any kind of integration with the rest of the platform. I was under some kind of impression that GitLab do something like:

  1. The test cases would either be added automatically based on the rspec tests.
  2. Test cases references test results. (Maybe)
  3. An option for starting a test cycle for manual/exploratory tests with some kind of reporting.