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
I originally kept chakram to JSON, mainly to limit the amount of work involved in getting everything working. I am happy for plain text assertions to be added.
One thing with the proposed assertions, at the moment Chakram does not support chained assertions, like comprise.of.plainText. When chains are used the promise checking in chakram.wait does not work. I will have to knock together an example at some point.
@dareid Do you see any value in adding a
plainText()
assertion? It would behave similar to the existingjson()
assertion. For example:Figured I would post here before submitting a PR. Let me know what you think.
The text was updated successfully, but these errors were encountered: