It would be nice if the visitSite testcase script can output captured-url-list.md file. It is designed to provide a list of URLs captured by the visitSite testcase, associated with the path of screenshots.
It would look like as follows:
# Main Tabs
- [https://www.47news.jp/](httpds://www.47news.jp/) ==> /Users/kazurayam/VT_47News/Materials/47News.chronos_capture/20200213_150954/47News.visitSite/TOP.png
- [https://www.47news.jp/localnews](httpds://www.47news.jp/localnews) ==> /Users/kazurayam/VT_47News/Materials/47News.chronos_capture/20200213_150954/47News.visitSite/localnews.png
- [https://www.47news.jp/sports](httpds://www.47news.jp/sports) ==> /Users/kazurayam/VT_47News/Materials/47News.chronos_capture/20200213_150954/47News.visitSite/sports.png
or in table format (easier to transfer intl Excel spreadsheet)
# Some title
| URL | Screenshot |
|:---|:---|
| [https://www.47news.jp/](httpds://www.47news.jp/) | /Users/kazurayam/VT_47News/Materials/47News.chronos_capture/20200213_150954/47News.visitSite/TOP.png |
| [https://www.47news.jp/localnews](httpds://www.47news.jp/localnews) | /Users/kazurayam/VT_47News/Materials/47News.chronos_capture/20200213_150954/47News.visitSite/localnews.png |
| [https://www.47news.jp/sports](httpds://www.47news.jp/sports) | /Users/kazurayam/VT_47News/Materials/47News.chronos_capture/20200213_150954/47News.visitSite/sports.png |
It would be nice if the visitSite testcase script can output captured-url-list.md file. It is designed to provide a list of URLs captured by the visitSite testcase, associated with the path of screenshots.
It would look like as follows:
or in table format (easier to transfer intl Excel spreadsheet)