stable

Clone or download

Read-only

Add a Launch automated tests button

Part of story #11232 have a "Launch automated tests" in TTM UI How to test: - build sass a tuleap root, build js at testmanagement angular/ directory - Given you have correctly configured a Job URL and Token for a Test campaign, when you click on the "Launch automated tests" button, then a success message will be shown - Given the token is not correct, when you launch automated tests, then the error message will be shown Change-Id: Iec0299e665d588cf9757fd394bd921d1a90ecf68

Modified Files

Name
M www/scripts/angular/package-lock.json +9 −0 Go to diff View file
M www/scripts/angular/package.json +1 −0 Go to diff View file
M www/scripts/angular/po/fr.po +8 −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.js +2 −0 Go to diff View file
M www/scripts/angular/src/app/app.spec.js +1 −0 Go to diff View file
M www/scripts/angular/src/app/campaign/campaign-service.js +13 −0 Go to diff View file
M www/scripts/angular/src/app/campaign/campaign-service.spec.js +28 −6 Go to diff View file
M www/scripts/angular/src/app/execution/execution-list-header/execution-list-header-controller.js +41 −1 Go to diff View file
A www/scripts/angular/src/app/execution/execution-list-header/execution-list-header-controller.spec.js +95 −0 Go to diff View file
M www/scripts/angular/src/app/execution/execution-list-header/execution-list-header.tpl.html +8 −1 Go to diff View file
M www/scripts/angular/src/app/execution/execution-list.tpl.html +1 −0 Go to diff View file
M www/scripts/angular/src/app/execution/execution.js +3 −1 Go to diff View file
A www/scripts/angular/src/app/feedback-component.js +27 −0 Go to diff View file
A www/scripts/angular/src/app/feedback-state.js +25 −0 Go to diff View file
M www/scripts/angular/src/app/socket/socket-disconnect.tpl.html +1 −1 Go to diff View file
M www/scripts/angular/webpack.config.js +16 −14 Go to diff View file
M www/themes/BurningParrot/css/includes/_campaign.scss +5 −0 Go to diff View file
M www/themes/BurningParrot/css/includes/_execution.scss +1 −1 Go to diff View file