HI <@498057949541826571> How to run automated tes...
# general
k
HI @rp_st How to run automated test cases in node js Here api domain is static . But in automated testcases the server port is randomly generated on every run
r
Hey @krrishan
You will have to somehow inject the right server port
k
Yeh got it
but again the same error
Do you have any documentation for automated test cases
Or any way that the token works on any domain let say local/dev/prod
r
Not sure what you mean by this
k
you have any documentation for supertoken automated testing in nest js I am calling supertoken api and getting 404 in it as probably supertoken middleware isn't registered at start during testing
2 Views