Skip to content

Error code for test timeout varies between browsers #38

@andydavies

Description

@andydavies

The agent generates error codes for failures e.g. navigation failed, timeouts etc.

devtools.py uses 99997 when a test times out

self.task['page_data']['result'] = 99997

but other browser e.g. firefox.py, uses 99998

self.task['page_data']['result'] = 99998

Why is the code different?
Should we make them consistent?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions