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

Scaffold playwright tests #15

Merged
merged 31 commits into from
Feb 26, 2024
Merged

Scaffold playwright tests #15

merged 31 commits into from
Feb 26, 2024

Commits on Feb 7, 2024

  1. Scaffold playwright tests

    Signed-off-by: Joe Fusco <[email protected]>
    josephfusco committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    f07ca7e View commit details
    Browse the repository at this point in the history
  2. Add wp-env dep

    Signed-off-by: Joe Fusco <[email protected]>
    josephfusco committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    5ded68f View commit details
    Browse the repository at this point in the history
  3. Configure WP with required plugins

    Signed-off-by: Joe Fusco <[email protected]>
    josephfusco committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    dabff9a View commit details
    Browse the repository at this point in the history
  4. Configured and passing tests

    Signed-off-by: Joe Fusco <[email protected]>
    josephfusco committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    222e3f8 View commit details
    Browse the repository at this point in the history
  5. rename file

    Signed-off-by: Joe Fusco <[email protected]>
    josephfusco committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    6e6edb9 View commit details
    Browse the repository at this point in the history
  6. Add helpers

    Signed-off-by: Joe Fusco <[email protected]>
    josephfusco committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    0c79e87 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Use test script instead of redefining commands

    Signed-off-by: Joe Fusco <[email protected]>
    josephfusco committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    cd0eae7 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Test

    Signed-off-by: Joe Fusco <[email protected]>
    josephfusco committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    86b9022 View commit details
    Browse the repository at this point in the history
  2. scaffold unit tests

    Signed-off-by: Joe Fusco <[email protected]>
    josephfusco committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    4b59541 View commit details
    Browse the repository at this point in the history
  3. Clean up workflow files

    Signed-off-by: Joe Fusco <[email protected]>
    josephfusco committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    0b82c40 View commit details
    Browse the repository at this point in the history
  4. use v4 actions and cleanup

    Signed-off-by: Joe Fusco <[email protected]>
    josephfusco committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    bf21628 View commit details
    Browse the repository at this point in the history
  5. Passing tests

    Signed-off-by: Joe Fusco <[email protected]>
    josephfusco committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    0b1c409 View commit details
    Browse the repository at this point in the history
  6. Use local wp-env

    Signed-off-by: Joe Fusco <[email protected]>
    josephfusco committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    c9eb368 View commit details
    Browse the repository at this point in the history
  7. use ci

    Signed-off-by: Joe Fusco <[email protected]>
    josephfusco committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    99596cb View commit details
    Browse the repository at this point in the history
  8. Install required browsers

    Signed-off-by: Joe Fusco <[email protected]>
    josephfusco committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    92d1962 View commit details
    Browse the repository at this point in the history
  9. Add browser definitions back

    Signed-off-by: Joe Fusco <[email protected]>
    josephfusco committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    33f8ca6 View commit details
    Browse the repository at this point in the history
  10. Add new line at EOF

    Signed-off-by: Joe Fusco <[email protected]>
    josephfusco committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    e601d62 View commit details
    Browse the repository at this point in the history
  11. View more things

    Signed-off-by: Joe Fusco <[email protected]>
    josephfusco committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    595f1d8 View commit details
    Browse the repository at this point in the history
  12. Correct test name

    Signed-off-by: Joe Fusco <[email protected]>
    josephfusco committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    c712a6d View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Refactor E2E

    Signed-off-by: Joe Fusco <[email protected]>
    josephfusco committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    37048cc View commit details
    Browse the repository at this point in the history
  2. passing

    Signed-off-by: Joe Fusco <[email protected]>
    josephfusco committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    e0fb9a1 View commit details
    Browse the repository at this point in the history
  3. Update env command

    Signed-off-by: Joe Fusco <[email protected]>
    josephfusco committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    b4f2e7c View commit details
    Browse the repository at this point in the history
  4. utilize arguments for less abstraction

    Signed-off-by: Joe Fusco <[email protected]>
    josephfusco committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    d3ecbae View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Fix wp-env command in playwright callback

    Signed-off-by: Joe Fusco <[email protected]>
    josephfusco committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    aeb9eb3 View commit details
    Browse the repository at this point in the history
  2. chore: update deps

    Signed-off-by: Joe Fusco <[email protected]>
    josephfusco committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    ebb2acc View commit details
    Browse the repository at this point in the history
  3. Use WP tests

    Signed-off-by: Joe Fusco <[email protected]>
    josephfusco committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    9f4cee6 View commit details
    Browse the repository at this point in the history
  4. Stop process once complete

    Signed-off-by: Joe Fusco <[email protected]>
    josephfusco committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    aa9d9d5 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. - update docker-compose to 0.24.6 to help fix issue with tests not ru…

    …nning
    
    - update github workflow to build the assets during the workflow
    jasonbahl committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    a2e02b0 View commit details
    Browse the repository at this point in the history
  2. Merge commit '7111f06e8ba48b0827829a7930aaae2a4d4d9095' into setup-tests

    # Conflicts:
    #	package-lock.json
    #	package.json
    jasonbahl committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    e15f259 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9eb0dfc View commit details
    Browse the repository at this point in the history
  4. no message

    jasonbahl committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    be69cdb View commit details
    Browse the repository at this point in the history