Skip to content

Cross-platform end-to-end test suite #90

Closed
@IgorMinar

Description

@IgorMinar

we should create a test suite that will test basic end-to-end workflow:

  • run npm install -g angular-cli
  • run ng new test-project
  • cd into the project
  • run ng build
  • run ng test
  • run ng generate component test-component
  • run ng test
  • run ng generate service test-service
  • run ng test
  • run ng generate pipe test-pipe
  • run ng test

The test suite should be build in a way that allows for it to be executed across platforms (linux,osx,windows):

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions