stable
Clone or download
Read-only
Part of story #11492: have several steps in my tests How to test: - make post-checkout - Given you have properly configured step fields, then you can change the status of each step with a dropdown. - When you update the test definition, then the steps' status will be reset to 'not run' - The update of the step status is not yet propagated through Realtime. It will be addressed in a following commit Change-Id: I0f6af45cb38cc5c8e15a2cae78cd020ef852700f
Modified Files
Name | ||||
---|---|---|---|---|
M | www/scripts/angular/po/fr.po | +12 | −0 | Go to diff View file |
M | www/scripts/angular/po/template.pot | +8 | −0 | Go to diff View file |
M | www/scripts/angular/src/app/app.spec.js | +2 | −1 | Go to diff View file |
M | www/scripts/angular/src/app/execution-collection/execution-rest-service.js | +24 | −2 | Go to diff View file |
M | www/scripts/angular/src/app/execution-collection/execution-rest-service.spec.js | +46 | −5 | Go to diff View file |
M | www/scripts/angular/src/app/execution-collection/execution-service.js | +9 | −0 | Go to diff View file |
A | www/scripts/angular/src/app/execution/execution-constants.js | +11 | −0 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution-detail-controller.js | +18 | −4 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution-detail-controller.spec.js | +114 | −2 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution-detail.tpl.html | +2 | −1 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution-with-steps/execution-with-steps-controller.js | +3 | −7 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution-with-steps/execution-with-steps-controller.spec.js | +4 | −34 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution-with-steps/execution-with-steps.tpl.html | +5 | −20 | Go to diff View file |
A | www/scripts/angular/src/app/execution/execution-with-steps/step/step-component.js | +13 | −0 | Go to diff View file |
A | www/scripts/angular/src/app/execution/execution-with-steps/step/step-controller.js | +86 | −0 | Go to diff View file |
A | www/scripts/angular/src/app/execution/execution-with-steps/step/step-controller.spec.js | +183 | −0 | Go to diff View file |
A | www/scripts/angular/src/app/execution/execution-with-steps/step/step.tpl.html | +66 | −0 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution.js | +2 | −0 | Go to diff View file |
M | www/themes/BurningParrot/css/includes/_current-execution.scss | +6 | −67 | Go to diff View file |
A | www/themes/BurningParrot/css/includes/_steps.scss | +91 | −0 | Go to diff View file |