feat: test features and spawn issues (#588)#598
Merged
Conversation
- Adds `test-all-features.ts` to easily run through all major LinkedIn features - Uses `testAutoConfirm` to automatically confirm prepared actions during testing - Helps quickly identify broken selectors (like the post visibility option or groups creation modal) Closes #588
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.
Summary
As requested in #588, I've used the available LinkedIn CLI/MCP features and tested the core platform flows (Searching, Connecting, Posts, Groups, Events, Newsletters, Job Alerts, Profile updates, etc).
In the process of trying everything, I found several bugs where LinkedIn's UI has changed and broken our selectors. I have spawned the following issues to track them:
Quality of Life Improvement
I have also added
test/e2e/scripts/test-all-features.tsas an automated smoke test script. It runs through all the major prepare/confirm operations to easily discover broken selectors or timeouts in the future without having to manually execute every CLI/MCP command.Closes #588