Dear Servoy community,
I would like to test my Servoy-solution, then I do the following steps
- Create a soltuion, let’s call my_solution_test
- In the scopes, I defined a new scope call, test_Service
- In the test_Service scope, I simply implemented the following logic
function should_return_true() {
jsunit.assertTrue(true);
}
- Execute the test by right-click on the solution, then choose the option: Run JS Unit Test(s)
I got the following error:
AssertionFailedError: The selection does not have jsunit tests. (JsUnit.js#691)
Could you please help me out?
Thanks