0

I want to store an UI element as a variable in testcase and want to use the varible as an expected value for an assertion later to match it with a similar text. But couldn't figure out a way.

Alex Skorkin
  • 4,264
  • 3
  • 25
  • 47

1 Answers1

1

TestCafe does not support snapshot testing. We are discussing the possible implementation of this feature in this thread. You can follow it to be informed about our progress.

Pavel Avsenin
  • 254
  • 1
  • 2