The Cypress measure bundle is needed for Cedar to function properly (as documented in the README). There should be steps in the build process (like ecqm's rakefile?) to add the bundle and a clear error messages when the bundle is missing.
If bundle hasn't been installed the following UI error message isn't helpful:
We're sorry, but something went wrong.
Even the log doesn't mention the bundle
NoMethodError (undefined method `id' for nil:NilClass):
app/controllers/test_executions/steps_controller.rb:11:in `show'
After looking at the code, I finally realized my mistake 😊
This is also relevant to the docker discussion, as one may have to pass in their NLM username and password as environment variables in order to build successfully.
The Cypress measure bundle is needed for Cedar to function properly (as documented in the README). There should be steps in the build process (like ecqm's rakefile?) to add the bundle and a clear error messages when the bundle is missing.
If bundle hasn't been installed the following UI error message isn't helpful:
Even the log doesn't mention the bundle
After looking at the code, I finally realized my mistake 😊
This is also relevant to the docker discussion, as one may have to pass in their NLM username and password as environment variables in order to build successfully.