Add report preview function and Markdown formatting editor.
in progress
AV-Master
Quite often in cycles there is a condition to use Markdown formatting to improve the quality of reports. We can use some of Markdown's features manually, but we don't have a Markdown previewer or editor. Therefore, testers need to submit or update their report to see exactly how the Markdown formatting was applied. Sometimes it takes 2 or 3 tries to correct all formatting errors. This is especially inconvenient when writing US-reports. As a workaround, we can use the capabilities of third-party applications, but sometimes the implementation of formatting in such applications is different from implementation on our platform and the text is formatted incorrectly. In addition, beginners very often do not know at all about the possibility of formatting a report.
I suggest adding report preview functions and Markdown editor. For example, add two buttons: 'Preview' and 'Formatting'. Clicking on the 'Preview' button will allow us to view a preliminary report and, if everything looks correct, send it. This option will be convenient for formatting standard reports and will allow testers to use it when formatting manually.
Clicking on the 'Formatting' button will open an advanced report editing window and allow testers to use the formatting functions with live preview.
Perhaps my colleagues will offer other options.
Tetiana Yezerska
in progress
Tetiana Yezerska
Tetiana Yezerska
under review
S
Stefan Krauss
We now have a Markdown article in our Academy:
S
Stefan Krauss
Thanks for the feedback. An editor would be much more convenient, I agree.
We use Markdown in our platform. You can find the other formatting options here:
Bullets should work with:
- lorem
- ipsum
If not, try this
###List:
- lorem
- ipsum
or this:
###List:
- Lorem
- Ipsum
(# = header 1; ### = header 3)