Skip to content

Run playground as part of CI #5257

Description

@wjhsf

Recently, in #5187 and #5203, we inadvertently cause breakages that weren't caught by any unit or integration tests. However, they would have been caught if we had run the playground to check. So, let's do that!

We should somehow run the playground and check that "Hello World" and "Counter" are rendered on the page. Bonus points if we can do a click and check 0 -> 1. Also bonus points if we can run it with NODE_ENV=development and production. This implementation should explicitly avoid re-using the setup from the karma tests, because those don't catch what we're looking for (otherwise we wouldn't be here, in the first place).

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

    Up for grabsIssues that are relatively small, self-contained, and ready for implementation

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions