I want to test rails projects, that trainee send me for review.
I`m planning to implement some tests (using cucumber, rspec), that could be applied for this projects.
The first question is how can i organize it? Аs a result ideally i would like to get a ruby method, that takes a path to rails project and path to tests (cucumber for example) as a parameters and return me errors if they exists after testing will be finished.
I want to use this method to send testing result to my trainee on some web-page.
Or don`t use method and simply save testing results to database...
The second question is how to test a user implemented tests for this projects? Is there any workaround for this issue?
I will be grateful for any advice