JacksonLei123
JacksonLei123
Sure! Basically I have: ``` export const RPconfig = { token: TOKEN, endpoint: ENDPOINT, project: PROJECT, launch: LAUNCH_NAME }; const config: PlaywrightTestConfig = { projects: [{ name: PROJECTNAME, testDir: TESTDIRECTORY,...
It doesn't look like the requests reach the RP server since I don't see any tests being registered in the Report Portal UI. After running the tests with `debug: true`,...
Yup the error is still there when I run the example
5.0.2 I believe