We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
According to documentation, Mocha allows retries with next code, however it is not retrying in Report Portal:
module.exports = { spec: ['**/setup/api/**/*.spec.*'], require: ['chai/register-expect.js', 'ts-node/register'], extensions: ["ts"], timeout: 0, / reporter: '@reportportal/agent-js-mocha', 'reporter-option': [ `apiKey=${process.env.REPORTPORTAL_SERVER_AUTHENTICATION_UUID}`, `endpoint=${process.env.REPORTPORTAL_SERVER_URL}`, `launch=${process.env.REPORTPORTAL_LAUNCH_NAME}`, `project=${process.env.REPORTPORTAL_SERVER_PROJECT}`, `attributes=${process.env.REPORTPORTAL_LAUNCH_ATTRIBUTES}`, `description=${process.env.REPORTPORTAL_LAUNCH_DESCRIPTION}`, `mode=${process.env.REPORTPORTAL_LAUNCH_MODE}`, `debug=${process.env.REPORTPORTAL_LAUNCH_DEBUG_MODE}`, ], ignore: 'node_modules', retries: 1, parallel: false };
Documentation is not explicit if the agent supports Retries.
Can you please clarify? Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
According to documentation, Mocha allows retries with next code, however it is not retrying in Report Portal:
Documentation is not explicit if the agent supports Retries.
Can you please clarify? Thanks!
The text was updated successfully, but these errors were encountered: