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

Add playwright smoke tests for storybook #5329

Merged
merged 51 commits into from
May 3, 2022

Commits on Apr 25, 2022

  1. Get it in working order

    dac09 committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    13f04a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e976ad View commit details
    Browse the repository at this point in the history
  3. Optimise sb fixture

    dac09 committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    688129c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f769d57 View commit details
    Browse the repository at this point in the history
  5. Update title on ci workflow

    dac09 committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    e4fe164 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4dc6bd7 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Configuration menu
    Copy the full SHA
    7fb2560 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    680648d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9b74cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f485cb4 View commit details
    Browse the repository at this point in the history
  5. chore(story📗): extract MSW logic into a loader

    experiment with loaders
    
    the loaders are async and execute before the story is rendered
    
    https://storybook.js.org/docs/react/writing-stories/loaders
    https://mswjs.io/
    
    Co-authored-by: Yann Braga <yannbf@gmail.com>
    virtuoushub and yannbf committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    dad672d View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Configuration menu
    Copy the full SHA
    4b5a3e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31f8e2d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of github.com:redwoodjs/redwood into feat/storybo…

    …ok-smoke-test
    
    * 'main' of github.com:redwoodjs/redwood:
      Use GraphQL Codegen to generate more accurate resolver types (redwoodjs#5216)
      chore(deps): update dependency @clerk/clerk-sdk-node to v3.3.8 (redwoodjs#5345)
      fix(deps): update dependency jest-watch-typeahead to v1.1.0 (redwoodjs#5339)
    dac09 committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    a49022f View commit details
    Browse the repository at this point in the history
  4. Reuse existing storybook server

    dac09 committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    e03e628 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. Configuration menu
    Copy the full SHA
    367d032 View commit details
    Browse the repository at this point in the history
  2. try reloading too

    dac09 committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    73ec476 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79436ae View commit details
    Browse the repository at this point in the history
  4. Longer timeouts for Windows

    dac09 committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    c846c5c View commit details
    Browse the repository at this point in the history
  5. Try to debug failures

    dac09 committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    1097183 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b35bf32 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    367e9d1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    238cb43 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2022

  1. Configuration menu
    Copy the full SHA
    1d45740 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12a1def View commit details
    Browse the repository at this point in the history
  3. Syntax

    dac09 committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    ec3ce0d View commit details
    Browse the repository at this point in the history
  4. disable fail fast for debug

    dac09 committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    398843c View commit details
    Browse the repository at this point in the history

Commits on May 1, 2022

  1. Configuration menu
    Copy the full SHA
    29b323e View commit details
    Browse the repository at this point in the history
  2. Fix syntax err

    dac09 committed May 1, 2022
    Configuration menu
    Copy the full SHA
    33a4dc2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8997026 View commit details
    Browse the repository at this point in the history
  4. Abs path for upload

    dac09 committed May 1, 2022
    Configuration menu
    Copy the full SHA
    ddff972 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. Remove debugging failing fast

    dac09 committed May 2, 2022
    Configuration menu
    Copy the full SHA
    10c988b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0830ad3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a9690e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7d6877 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ffb59fe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    907eee9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    40cb62c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9de17b2 View commit details
    Browse the repository at this point in the history
  9. Dont modify src during tests

    dac09 committed May 2, 2022
    Configuration menu
    Copy the full SHA
    343c156 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    282b04c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0210c8b View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. Reduce timeouts | Add a refresh when waiting for mocked current user,…

    … and it has not loaded
    dac09 committed May 3, 2022
    Configuration menu
    Copy the full SHA
    c0e1916 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of github.com:redwoodjs/redwood into feat/storybo…

    …ok-smoke-test
    
    * 'main' of github.com:redwoodjs/redwood:
      Remove extra checkout in RC workflow (redwoodjs#5414)
      chore(deps): update dependency @azure/msal-browser to v2.24.0 (redwoodjs#5412)
      fix(deps): update react monorepo (redwoodjs#5406)
      cli upgrade: Always search from the start for semvers (redwoodjs#5368)
      codegen graphql schema (redwoodjs#5213)
      fix(deps): update dependency core-js to v3.22.4 (redwoodjs#5409)
      fix(deps): update typescript-eslint monorepo to v5.22.0 (redwoodjs#5410)
      Add graphql-scalars to graphql-server (redwoodjs#5408)
      Update yarn.lock
      v1.2.1
      fix(deps): update dependency cross-undici-fetch to v0.3.6 (redwoodjs#5402)
      fix(deps): update dependency cross-undici-fetch to v0.3.5 (redwoodjs#5398)
      fix(deps): update dependency cross-undici-fetch to v0.3.3 (redwoodjs#5378)
      chore(story📗): extract MSW logic into a loader (redwoodjs#4919)
    dac09 committed May 3, 2022
    Configuration menu
    Copy the full SHA
    2a54b09 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feat/storybook-smoke-test' of github.com:dac09/redwood …

    …into feat/storybook-smoke-test
    
    * 'feat/storybook-smoke-test' of github.com:dac09/redwood:
    dac09 committed May 3, 2022
    Configuration menu
    Copy the full SHA
    a1b8781 View commit details
    Browse the repository at this point in the history
  4. Revert "Dont modify src during tests"

    This reverts commit 343c156.
    dac09 committed May 3, 2022
    Configuration menu
    Copy the full SHA
    2d28cf3 View commit details
    Browse the repository at this point in the history
  5. Still modify in test

    dac09 committed May 3, 2022
    Configuration menu
    Copy the full SHA
    ae7b38b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c46ee9d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c61f79c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    432e741 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    859a6c3 View commit details
    Browse the repository at this point in the history