ci: add test job, dev requirements, pytest.ini and robust test fixes#469
Open
malithwishwa02-dot wants to merge 403 commits intodaijro:mainfrom
Open
ci: add test job, dev requirements, pytest.ini and robust test fixes#469malithwishwa02-dot wants to merge 403 commits intodaijro:mainfrom
malithwishwa02-dot wants to merge 403 commits intodaijro:mainfrom
Conversation
…mproved usability
Minor dev UI improvements
This reverts commit 8bdb411.
- Moved environment variable parsing to a dedicated loadConfig() function, called only once during initialization of the global g_jsonConfig. - Updated GetJson() to return the cached JSON object, preventing repetitive parsing of environment variables on each access. - Improved performance and simplified configuration data access. Replace <stdio.h> with <cstdlib> and <cstdio> - Updated include directives to use modern C++ headers. - The new headers place standard library functions in the std namespace, enhancing compatibility and type safety as recommended by modern C++ standards.
Build fixes and performance improvements
Optimize configuration loading: cache JSON
Get IP fix
I'm deciding to keep Camoufox on FF135 for a bit until I can fully work out the new security changes in FF136 (that may require large-scale refactoring in Juggler).
This workflow automates the build process for the Camoufox project on Windows, including installation of prerequisites, downloading source code, injecting custom code, bootstrapping dependencies, configuring build options, compiling the binary, and packaging the release.
…ake -n bootstrap)
…mach bootstrap inner logs
…e installs platform-aware
…ux package commands detected
…ws jobs to avoid bootstrap package issues
This file contains hidden or 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
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.
Adds CI test job, dev requirements, pytest.ini; hardens tests for CI, adds optional Playwright run with RUN_FULL_TESTS=1. See changes and run results in Actions tab.