Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C create-react-app
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,547
    • Issues 1,547
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 417
    • Merge requests 417
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • create-react-app
  • Merge requests
  • !9811

Fix e2e docker tests fails on lerna publish and other test fixes

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/raix/fix-e2e-docker-tests-fails-on-lerna-publish-and-other-test-fixes into main Oct 15, 2020
  • Overview 4
  • Commits 5
  • Pipelines 0
  • Changes 9

Created by: raix

This pull-request attempts to fix the e2e:docker test suite locally

  • Remove local packages from the local package registry (verdaccio) before publishing new packages with the same version should fix #6660
  • Make puppeteer run in the local docker image by using a custom development image (also configured for "development in docker" supported by vs code/github etc.) for better debugging options - puppeteer complained about missing X11lib
  • Prevent yarn e2e:docker to start running if git has untracked changes - this would cause the tests to fail at some point

Not in this pull-request is fixing test issues:

  • Have the local registry started in the development image and expose the port providing better means to debug
  • ModuleScopePlugin is triggered on local package like webpackHotDevClient in smoke tests, will be fixed in #9805
  • e2e-installs.sh last test Test when PnP is enabled is broken (at least locally)
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/raix/fix-e2e-docker-tests-fails-on-lerna-publish-and-other-test-fixes