UNPKG

testarmada-magellan

Version:

Massively parallel automated testing

17 lines (13 loc) 181 B
"use strict"; const TEST_PRIORITY = { FIRST_RUN: 10, RETRY: 2 }; const ERROR_CODE = { HELP: 999, TEST_FAILURE: 998 }; module.exports = { TEST_PRIORITY, ERROR_CODE };