reportportal/examples-js

Launch is not created 405

donrifad opened this issue · 1 comments

I have checked out the code and provided

  1. Report portal deafult cloud configurations to update the report - Failing
  2. Personal portals configurations - Failing

Screen Shot 2022-12-16 at 1 31 09 AM

Issue 2 no launch is created

module.exports = defineConfig({ headless: true, reporter: '@reportportal/agent-js-cypress', reporterOptions: { endpoint: 'http://152.554.218.73:8082jj', token: launch: 'default_TEST_EXAMPLE', project: , description: 'default_TEST_EXAMPLE', }, e2e: { setupNodeEvents(on, config) { return registerReportPortalPlugin(on, config) }, }, });
Could someone help I am I missing some thing?

Closed as a duplicate of reportportal/agent-js-cypress#138