Skip to content
GitLab
    • Explore Projects Groups Snippets
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
An error occurred while fetching the assigned milestone of the selected merge_request.

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 8 years ago
  • 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.

Activity

  • Loading
  • Loading
Please register or sign in to reply
  1. 08 Oct, 2016 1 commit
    • William Horton's avatar
      Use a more sophisticated template for end-to-end testing. · dbdf37f1
      William Horton authored 8 years ago
      dbdf37f1
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
0
None
0
None
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
0
0 participants
Reference:
Source branch: github/fork/wdhorton/e2e-with-kitchensink

Menu

Explore Projects Groups Snippets