0

Thunder Client doesn't seem to support math operations in its tests.

Is there any way I could make it calculate a multiplication like this? enter image description here

pușigreen
  • 91
  • 8
  • 1
    Hi I am Creator of Thunder Client, currently this is not possible, we are planning to release this feature in the next update – Ranga Vadhineni Oct 27 '22 at 17:42

1 Answers1

2

You can perform math operations using filters

you can use {{quantityCols | multiply("pageSize")}}

documentation here

https://github.com/rangav/thunder-client-support/blob/master/docs/filters.md#multiply

Ranga Vadhineni
  • 349
  • 2
  • 13