You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, there are differences between the html rendering in idea and the concordion generated html.
This results in cases when the rendering in IDEA is OK but layout errors occur in concordion.
Especially - in some cases tables look right in IDEA, but concordion misses them completely.
This makes the idea rendering almost useless - as one must run the concordion generation to make sure it's ok.
This would be fixed if the MD parser from concordion would be used in IDEA as well.
As a minimum - an action could be provided to generate the html file with the concordion translator.
The user could inspect this file in the browser - without having to wait for the full test execution.