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

test: setup playwright for e2e testing #262

Merged
merged 12 commits into from Sep 1, 2023

Conversation

marcusgchan
Copy link
Contributor

@marcusgchan marcusgchan commented Aug 29, 2023

Description

Setup playwright for e2e testing

What type of PR is this? (check all applicable)

  • πŸ• Feature
  • πŸ› Bug Fix
  • πŸ“ Documentation Update
  • 🎨 Style
  • πŸ§‘β€πŸ’» Code Refactor
  • πŸ”₯ Performance Improvements
  • βœ… Test
  • πŸ€– Build
  • πŸ” CI
  • πŸ“¦ Chore (Release)
  • ⏩ Revert

Related Tickets & Documents

Closes #238 and related to #239

Mobile & Desktop Screenshots/Recordings

Added tests?

  • πŸ‘ yes
  • πŸ™… no, because they aren't needed
  • πŸ™‹ no, because I need help

Added to documentation?

  • πŸ“œ README.md
  • πŸ““ docs.opensauced.pizza
  • πŸ• dev.to/opensauced
  • πŸ“• storybook
  • πŸ™… no documentation needed

[optional] Are there any post-deployment tasks we need to perform?

[optional] What gif best describes this PR or how it makes you feel?

@marcusgchan marcusgchan self-assigned this Aug 29, 2023
@bdougie
Copy link
Member

bdougie commented Aug 30, 2023

Test are passing @marcusgchan, do you want to mark this ready for review?

playwright.config.ts Outdated Show resolved Hide resolved
@marcusgchan marcusgchan marked this pull request as ready for review August 30, 2023 07:57
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR Compliance Checks

Thank you for your Pull Request! We have run several checks on this pull request in order to make sure it's suitable for merging into this project. The results are listed in the following section.

Watched Files

This pull request modifies specific files that require careful review by the maintainers.

Files Matched

  • npm-shrinkwrap.json
  • package.json

Copy link
Member

@Anush008 Anush008 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @marcusgchan. This is great. I got the tests running successfully.

@bdougie
Copy link
Member

bdougie commented Aug 31, 2023

Thanks for working on this @marcusgchan

playwright.config.ts Outdated Show resolved Hide resolved
@nickytonline
Copy link
Member

Awesome seeing this! It's going to be super helpful for shipping updates to the browser extension.

Great work @marcusgchan! πŸ₯³πŸ”₯🫑

@bdougie bdougie merged commit fc9acca into open-sauced:beta Sep 1, 2023
7 checks passed
github-actions bot pushed a commit that referenced this pull request Sep 1, 2023
## [1.14.1-beta.3](v1.14.1-beta.2...v1.14.1-beta.3) (2023-09-01)

### βœ… Tests

* setup playwright for e2e testing ([#262](#262)) ([fc9acca](fc9acca))
@github-actions
Copy link

github-actions bot commented Sep 1, 2023

πŸŽ‰ This PR is included in version 1.14.1-beta.3 πŸŽ‰

The release is available on GitHub release

Your semantic-release bot πŸ“¦πŸš€

github-actions bot pushed a commit that referenced this pull request Nov 1, 2023
## [1.14.1](v1.14.0...v1.14.1) (2023-11-01)

### βœ… Tests

* setup playwright for e2e testing ([#262](#262)) ([fc9acca](fc9acca))

### πŸ” Continuous Integration

* bun install, x ([#265](#265)) ([6c765e0](6c765e0))

### πŸ› Bug Fixes

* linkedin projects share ([#264](#264)) ([481472b](481472b))
* login to the website after rename ([1070a0c](1070a0c))
* prevent error when viewing repo and not logged in ([#260](#260)) ([05fcf5e](05fcf5e))
* syntax error being thrown in Firefox for anonymous objects with computed property names ([#241](#241)) ([00ba2c8](00ba2c8))
Copy link

github-actions bot commented Nov 1, 2023

πŸŽ‰ This PR is included in version 1.14.1 πŸŽ‰

The release is available on GitHub release

Your semantic-release bot πŸ“¦πŸš€

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

POC: Add End to End Tests for the Browser Extension
4 participants