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
  • !875

Use a more sophisticated template for end-to-end testing.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/wdhorton/e2e-with-kitchensink into master Oct 08, 2016
  • Overview 2
  • Commits 1
  • Pipelines 0
  • Changes 21

Created by: wdhorton

This addresses #706 (closed). The features that I've included in the kitchensink template so far are:

  • JSX (technically the normal template was already using it for divs and stuff, but this tests it for custom components, and passing props)
  • Flow
  • NODE_PATH
  • generators
  • async/await
  • class properties
  • custom env variables via shell and .env file (though with the current testing setup it only tests that these don't make the app crash on build and start, rather than whether they actually get through)

Test Plan: ran e2e.sh, confirmed it used the kitchensink template, and it ran to the end with no errors.

Let me know if there are any other features I should add in, or if I should show more advanced usage of the ones listed above.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/wdhorton/e2e-with-kitchensink