•  
      request #9039 Angular apps: separate tests and build
    Infos
    #9039
    Joris MASSON (jmasson)
    2016-04-29 14:22
    2016-04-08 11:16
    9144
    Details
    Angular apps: separate tests and build
    As a developper
    I want to separate running tests from building in all our angular apps
    So that our CI job "Build and run" does only one job and stops running javascript test when we already have a separate CI job for that.

    Moreover, we should have npm scripts to build and test our apps instead of relying on running grunt: e.g. 'npm install && npm run build' should minify our app without running tests and 'npm install && npm run test' should run unit tests and produce a junit test results file.
    This lets us remove our global dependency on grunt on the CI server and makes it easier to change the command line that is run (without changing the CI job).
    Agile Dashboard
    development
    Empty
    • [ ] enhancement
    • [x] internal improvement
    Empty
    Stage
    Empty
    Closed
    2016-04-29
    Attachments
    Empty
    References

    Follow-ups

    User avatar
    Joris MASSON (jmasson)2016-04-29 12:44
    • Original Submission
      Something went wrong, the follow up content couldn't be loaded
      Only formatting have been changed, you should switch to markup to see the changes
    • Status changed from Under review to Closed
    • Close date set to 2016-04-29