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

update Building #20

Open
wants to merge 42 commits into
base: master
Choose a base branch
from
Open

update Building #20

wants to merge 42 commits into from

Conversation

kyiiiiiii
Copy link

updated the file, kindly request to merge into master branch. Please review

Czooi added 30 commits September 3, 2024 12:45
To generate a static report, you need to ensure that Webpack Bundle Analyzer is instructed to output a report as an HTML file rather than opening it in a browser.
--mode static: Generates the report as a static HTML file.
--no-open: Prevents automatically opening the report in the browser.
--output-path: Specifies the output path for the HTML file.
ng test --code-coverage --watch=false --browsers=ChromeHeadless
Explanation
--code-coverage: Generates a code coverage report. This will produce coverage reports in the coverage directory.
--watch=false: Runs the tests once and exits. It disables the continuous watching for file changes.
--browsers=ChromeHeadless: Runs the tests in a headless Chrome browser, which means the browser won't open a GUI window.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants