Launch is not created 405
donrifad opened this issue · 1 comments
donrifad commented
I have checked out the code and provided
- Report portal deafult cloud configurations to update the report - Failing
- Personal portals configurations - Failing
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?
AmsterGet commented
Closed as a duplicate of reportportal/agent-js-cypress#138