-
Notifications
You must be signed in to change notification settings - Fork 19
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
v2.10.0 #247
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Fixed Rotten Tomatoes icon location selectors - ([#229](#229)). - Removed browser.tabs dependency in Firefox content script as it wasn't being used - ([#224](#224)). - Remove "Reviews" from metacritic title - ([#218](#218 to [theotherp](https://github.com/theotherp). - Allow context menu to be disabled. ([#225](#225)).
…issue creation in Playwright workflow
No outdated npm packages found 🚀 |
Update Playwright workflow: disable fail-fast strategy for test jobs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes significant updates to the Playwright testing workflow, various configuration files, and documentation. The most important changes include the addition of a new job to discover test files, updates to dependencies, and improvements to the README and CHANGELOG files.
Updates to Playwright testing workflow:
.github/workflows/playwright.yml
: Added a new job to discover all*.spec.ts
files and output a JSON matrix for running tests in parallel. Updated the cron schedule and improved the naming of test artifacts and issue creation steps. [1] [2] [3] [4]Dependency updates:
package.json
: Updated@fortawesome/fontawesome-free
to version^6.7.2
andgrunt-sass
to version^4.0.0
. [1] [2]Documentation updates:
CHANGELOG.md
: Added entries for version2.10.0
, including fixes for Rotten Tomatoes icon location selectors and the removal of the browser.tabs dependency in Firefox.README.md
: Updated badges to reflect the new version2.10.0.0
and added a new contributor. [1] [2] [3]Codebase improvements:
src/content/js/content_script.js
: Updated selectors and styles for Rotten Tomatoes icons. [1] [2] [3]src/content/js/core.js
: Added a newcontextMenu
property to the configuration and ensured it is set correctly in the settings functions. [1] [2] [3] [4]