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

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

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/EnoahNetzach/e2e-with-kitchensink into master Dec 07, 2016
  • Overview 27
  • Commits 22
  • Pipelines 0
  • Changes 78

Created by: EnoahNetzach

This continues #875 and fixes #706 (closed).


Tested features

es6 syntax

  • JSX
  • Flow
  • Promises
  • arrow functions
  • generators
  • async/await
  • class properties
  • property shorthand
  • computed properties
  • template string interpolation
  • custom string interpolation
  • param default
  • destructuring
  • spread operator
  • rest parameters
  • rest + default (@see https://github.com/babel/babel/issues/4851)
  • destructuring + await (@see #1160 (closed))

env variables

  • NODE_PATH
  • custom env variables via shell
  • .env file

webpack plugins

  • svg inclusion
  • image inclusion
  • json inclusion
  • css inclusion
  • no-ext inclusion
  • unknown-ext inclusion

Test suites

  • test env
  • development env
  • production env
  • flow integration (@see #1152)
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/EnoahNetzach/e2e-with-kitchensink