Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Add App Router Testing Guides and update /examples #59268

Merged
merged 31 commits into from
Dec 13, 2023

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    b7df48f View commit details
    Browse the repository at this point in the history
  2. Test Playwright

    delbaoliveira committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    79d360d View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Update Jest examples

    delbaoliveira committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    cb6cf33 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Fix typo

    delbaoliveira committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    f4aa5ef View commit details
    Browse the repository at this point in the history
  2. Re-organize

    delbaoliveira committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    3bf50bb View commit details
    Browse the repository at this point in the history
  3. Split testing guides

    delbaoliveira committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    76f81ae View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Add /pages pages

    delbaoliveira committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    a6ac1fd View commit details
    Browse the repository at this point in the history
  2. Add shared page notes

    delbaoliveira committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    0c8ab16 View commit details
    Browse the repository at this point in the history
  3. Organize

    delbaoliveira committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    de8063d View commit details
    Browse the repository at this point in the history
  4. Review Cypress guide

    delbaoliveira committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    35aece5 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    4acb01e View commit details
    Browse the repository at this point in the history
  2. Draft intro page

    delbaoliveira committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    7be5639 View commit details
    Browse the repository at this point in the history
  3. Update Cypress guide

    delbaoliveira committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    6ad6120 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b4435e View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    0c3b2fd View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Reorder

    delbaoliveira committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    91dc100 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    626c028 View commit details
    Browse the repository at this point in the history
  3. Add link to examples

    delbaoliveira committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    726de57 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db14ffe View commit details
    Browse the repository at this point in the history
  5. Remove deprecated and unused packages

    - @types/testing-library__jest-dom is deprecated
    - The other packages are not used in demo tests
    delbaoliveira committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    de5b9de View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bc0be55 View commit details
    Browse the repository at this point in the history
  7. Add automatic tsconfig.json Next suggestions

    - include was updated to add '.next/types/**/*.ts'
    - plugins was updated to add { name: 'next' }
    delbaoliveira committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    54a6b4d View commit details
    Browse the repository at this point in the history
  8. Clean up vitest example

    - Move 'server-only' into its own file/test (e.g. server-only shouldn't be in a server component)
    - Delete extra folders
    delbaoliveira committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    b116e5e View commit details
    Browse the repository at this point in the history
  9. Fix route conflict

    delbaoliveira committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    53ffe83 View commit details
    Browse the repository at this point in the history
  10. Delete .eslintrc.json

    Since this PR removed ESLint, we don't need the file:
    
    #36787
    delbaoliveira committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    978a525 View commit details
    Browse the repository at this point in the history
  11. Clean up jest example

    - fix route conflicts when running dev
    - separate 'server-only' into its own test
    delbaoliveira committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    85ef764 View commit details
    Browse the repository at this point in the history
  12. Review

    delbaoliveira committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    cb62f10 View commit details
    Browse the repository at this point in the history
  13. Improve consistency

    delbaoliveira committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    faf4a55 View commit details
    Browse the repository at this point in the history
  14. Update playwright example

    - Use TS
    - Add app router example
    delbaoliveira committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    ddce854 View commit details
    Browse the repository at this point in the history
  15. Update cypress example

    - Use TypeScript
    - Add E2E test for pages
    delbaoliveira committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    2827434 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    49e42fa View commit details
    Browse the repository at this point in the history