We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Use command: "test:sanity": "node --experimental-vm-modules node_modules/.bin/jest --testNamePattern='\[sanity\]'",
Tasks:
Configuration Check:
isProjectConfigured
Command-Line Interface (CLI):
cypress
playwright
todays-report
monthly-summary
--csv
--duplicate
--help
Google Sheets Configuration:
GOOGLE_KEYFILE_PATH
GOOGLE_SHEET_ID
Post-Install Script Execution:
Daily Report Generation:
handleDailyReport
Monthly Summary Generation:
handleSummary
Main Function Execution:
main
✨ Feature
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the contribution
Use command: "test:sanity": "node --experimental-vm-modules node_modules/.bin/jest --testNamePattern='\[sanity\]'",
Tasks:
Configuration Check:
isProjectConfigured
.Command-Line Interface (CLI):
cypress
,playwright
).todays-report
andmonthly-summary
commands.--csv
,--duplicate
).--help
) displays correctly.Google Sheets Configuration:
GOOGLE_KEYFILE_PATH
,GOOGLE_SHEET_ID
).Post-Install Script Execution:
Daily Report Generation:
handleDailyReport
function is called with the correct options when thetodays-report
command is issued.Monthly Summary Generation:
handleSummary
function is called with the correct options when themonthly-summary
command is issued.Main Function Execution:
main
function is called with the correct options when no specific command is issued.Type of contribution
✨ Feature
Current behavior (if applicable)
No response
Suggested solution and implementation (if applicable)
No response
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: