-
Notifications
You must be signed in to change notification settings - Fork 33
Modifications by Engineering Team #602
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
base: dev
Are you sure you want to change the base?
Conversation
Sarav seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
WalkthroughThis pull request updates two documentation pages related to Testsigma Lite. The FAQ document has been revised for clarity with rephrased questions, expanded answers covering agent management, log collection, and hidden file instructions. The installation guide now includes updated uninstall steps, refined commands for stopping the agent on macOS/Linux and Windows, and a new section for force-stopping the agent. There are no changes to the public or exported entities. Changes
Possibly related PRs
Suggested reviewers
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (6)
src/pages/docs/live-editor/installing-testsigma-lite.md (4)
99-101
: Clarify Uninstall Folder Instruction
The updated step now instructs users to remove the Testsigma folder from a broader path. Please ensure that this instruction is crystal clear—for example, confirm whether users should remove the entire folder and consider advising them to back up any important data before deletion.
103-103
: File Path Formatting Note
The line displaying$HOME/Library/Application Support/Testsigma/Agent/config/agent.properties
appears to provide an important file path. For improved readability, consider formatting it as inline code (using backticks) if it serves as an instruction or note.
105-115
: Clear Cross-Platform Agent-Stop Instructions
The new terminal command instructions for stopping the agent (with separate bash and PowerShell code blocks) are clear and helpful. As an additional enhancement, you might consider adding a brief note addressing potential permission issues or environment-specific variations.
117-141
: Fix Typo and Verify List Formatting in Force Stop Section
In the new section titled “Instuctions to Force Stop the Agent”, there is a typographical error: Instuctions should be corrected to Instructions. Also, review the nested bullet list indentation for consistency to ensure proper markdown rendering.src/pages/docs/live-editor/faqs-on-testsigma-lite.md (2)
71-91
: Improve Nested List Indentation in "Managing the Agent" Section
The “Managing the Agent” section contains nested bullet lists (e.g., under Start and Stop instructions). Static analysis suggests inconsistent indentation (e.g., some items use 8 spaces where 2 spaces are recommended). Please adjust the indentation to ensure uniformity and better markdown rendering. For example, consider using 2 spaces for each level of nesting.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
87-87: Unordered list indentation
Expected: 2; Actual: 4(MD007, ul-indent)
89-89: Unordered list indentation
Expected: 4; Actual: 8(MD007, ul-indent)
91-91: Unordered list indentation
Expected: 4; Actual: 8(MD007, ul-indent)
110-113
: Punctuation Enhancement for Agent Manual Control Answer
In the answer for “Can I manually start or stop the Agent?” the sentence"Yes, but it is not recommended. The agent is designed to run in the background and stopping it may affect Testsigma Lite’s functionality."
would benefit from a comma after "background" (i.e., "run in the background, and stopping it…") for improved clarity and flow.🧰 Tools
🪛 LanguageTool
[uncategorized] ~112-~112: Possible missing comma found.
Context: ...ed. The agent is designed to run in the background and stopping it may affect Testsigma Li...(AI_HYDRA_LEO_MISSING_COMMA)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
src/pages/docs/live-editor/faqs-on-testsigma-lite.md
(1 hunks)src/pages/docs/live-editor/installing-testsigma-lite.md
(1 hunks)
🧰 Additional context used
🪛 LanguageTool
src/pages/docs/live-editor/faqs-on-testsigma-lite.md
[uncategorized] ~112-~112: Possible missing comma found.
Context: ...ed. The agent is designed to run in the background and stopping it may affect Testsigma Li...
(AI_HYDRA_LEO_MISSING_COMMA)
🪛 markdownlint-cli2 (0.17.2)
src/pages/docs/live-editor/faqs-on-testsigma-lite.md
87-87: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
89-89: Unordered list indentation
Expected: 4; Actual: 8
(MD007, ul-indent)
91-91: Unordered list indentation
Expected: 4; Actual: 8
(MD007, ul-indent)
93-93: Unordered list indentation
Expected: 4; Actual: 8
(MD007, ul-indent)
97-97: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
99-99: Unordered list indentation
Expected: 4; Actual: 8
(MD007, ul-indent)
101-101: Unordered list indentation
Expected: 4; Actual: 8
(MD007, ul-indent)
103-103: Unordered list indentation
Expected: 4; Actual: 8
(MD007, ul-indent)
⏰ Context from checks skipped due to timeout of 90000ms (1)
- GitHub Check: CI
🔇 Additional comments (6)
src/pages/docs/live-editor/installing-testsigma-lite.md (1)
149-149
: Confirm Updated Agent Properties Path
The updated macOS path in the Agent Properties section now reads:- **Mac**: $HOME/Library/Application Support/Testsigma/Agent/config/agent.properties
Verify that this path is correct and consistent with other documentation references, ensuring users have accurate guidance.
src/pages/docs/live-editor/faqs-on-testsigma-lite.md (5)
13-18
: Review FAQ Header and Q1 Wording
The FAQ section header and the first question now clearly state:
- Header: "Frequently Asked Questions"
- Q1: "Can I run the old Java Agent and Testsigma Lite on the same machine?"
The answer is concise and helpful. No further action is needed unless additional clarification is required based on user feedback.
21-30
: Verify FAQ Q2 Content
The answer for “What installation formats are available for Testsigma Lite?” is well detailed with the list of available formats.
116-124
: Confirm Log Collection Instructions are Clear
The FAQ on collecting logs from Testsigma Lite provides a log path and clear instructions on viewing hidden files. This information appears accurate and user-friendly.
134-137
: Validate Prompt for Existing Agent in Q12
The answer in FAQ Q12 appropriately informs users that they will be prompted before installation if an old agent is running. Ensure that this behavior is consistent with actual application behavior.
140-146
: Ensure Consistency in Java Agent Files Path
The answer for “Where are the Java Agent files stored on my machine?” now correctly specifies the file path. Confirm that the path provided matches real-world usage and is consistent with other guides.
Some Changes on the FAQ and Installation Docs
Summary by CodeRabbit