mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-07-31 07:22:02 +08:00

* feat: added auth as pre-requisite for the other tests * feat: added navigation checks * feat: added navigation checks
11 lines
272 B
TypeScript
11 lines
272 B
TypeScript
export const SERVICE_TABLE_HEADERS = {
|
|
APPLICATION: "Applicaton",
|
|
P99LATENCY: "P99 latency (in ms)",
|
|
ERROR_RATE: "Error Rate (% of total)",
|
|
OPS_PER_SECOND: "Operations Per Second",
|
|
};
|
|
|
|
export const DATA_TEST_IDS = {
|
|
NEW_DASHBOARD_BTN: "create-new-dashboard",
|
|
};
|