E2E Testing - Create a testing interface to pass the results of tests between the view and controller
- Dominant language
- Go
- Stars
- 21
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Currently results are processed in the backend TestRemote implementation.
That means that there is only one data representation that is generated.
We would like to have a data structure to abstract test results.
This data structure that the TestRemote will return could then be processed by any valid template to generate multiple outputs (JSON, ASCII table, Junit XML)
Plan out and implement the data structure.
Keep in mind that this data structure is a `shore-core` feature, which means it may be a new package entirely!
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading the backend TestRemote implementation and tracing how test results are currently processed. The work is complete when shore-core exposes an abstract test-result data structure that templates can use to generate JSON, ASCII-table, and JUnit XML outputs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100