Q
Q
qbr-code2019-07-04 23:30:49
Software testing
qbr-code, 2019-07-04 23:30:49

Use selenium in conjunction with assertion libraries or without them?

Good afternoon.
The question arose: is it necessary to use selenium in conjunction with Jest or Mocha, or can we get by with the assert and verify already available in selenium? Or is it better with third-party libs?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexey P, 2019-07-05
@ruddy22

you can bypass assert and verify, but this is not convenient

K
KiT, 2019-07-24
Maverick @kit_de

Jest and Mocha are not assertion libraries.
Chai is an assertion library. And yes, it's better with her - there will be much more opportunities.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question