Skip to content

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

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):

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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