E2E testing - output an ASCII table as results
Open
E2E
enhancement
Shore-CLI
- Dominant language
- Go
- Stars
- 21
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
The current implementation of the E2E testing renders the test results in a string and prints that to the screen.
This isn't really usable in CI scenarios where structured data is easier to view.
Given the data structures implement an ASCII table view layer that will be used on the `TestRemote` controller.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the E2E testing data structures and the TestRemote controller, then trace how the current result string is assembled and printed. Define the ASCII table view around the existing result data and verify that TestRemote emits readable tabular results suitable for CI.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli, testing
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100