Skip to content

[dev]: add e2e test for dev workflow (yarn watch) #2963

Description

@jsjoeio

After hours of debugging and a false positive with a dependabot PR, we've come to the conclusion that we should have testing in place for our dev workflow: yarn watch.

This will prevent issues like #2962 from happening again.

One way to achieve this is by:

  • adding a new script called yarn test:watch which is similar to yarn test:e2e
  • add new CI step/job for running the e2e tests against code-server running with yarn watch

We'd have to add some timeout or sleep though since running with yarn watch takes time to finish.

Related:

Activity

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

Metadata

Metadata

Assignees

Labels

ciIssues related to cienhancementSome improvement that isn't a featuretestingAnything related to testing

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions