What's next?

Retire deprecated micro app projects. (Repo, Codeship, S3)

Improve our code structure, how do we layout/split our components and services?

Improve our mock API server.

  • Smart or Dumb

  • State or Stateless

  • Scenario based

Improve the unit test experience, for developers. (Spectator vs TestBed)

E2E integration testing with Cypress (Relies on an improved mock API server)

Introduce Visual testing (Percy.io, BackstopJS — relies on mock API server and E2E tests)

Improving deployment process/script

  • Multi application deployments

  • Smarter releases (Auto tagging)

Storybooks for all common/shared UI Components

Introduce a shared Service Worker to handle all API communications

原文地址:https://www.cnblogs.com/iwangzheng/p/13070177.html