g4g4n

Results 7 comments of g4g4n

Thanks @vlucas. If you have read my comment. My test is getting passed even when expect checks for status 200 and provided is 400. And my token is not getting...

@LarryBattleWork Getting error when passing either of strictSSL : false, rejectUnauthorized: false in globalSetup() Failures: **FetchError: request to http://URL/login failed, reason: socket hang up** Stack: error properties: null({ type: 'system',...

Thanks. It worked adding above globaSetup(). **process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0";**

@LarryBattleWork thanks for response. Can you suggest other property other than this which will work. I tried strictSSL : false, rejectUnauthorized: false Both seems to not work. Also how can...

@H1Gdev -k in curl is for verifying server legitimacy. so in that case it error me with ssl error.

@vlucas Can you please suggest which reporting goes with Jasmine-Frisby project. Or if any links yo can refer me too. Thanks in advance.

@connectdotz Yes I am able to run other test for some methods (created calculator functions) and calling them in my test file. This works when run through JEST. Just when...