---
title: "POST /scala/testdata"
method: POST
path: "/scala/testdata"
tags: ["ScalaSbt"]
---

# POST /scala/testdata

`POST /scala/testdata`

## Request body

- ScalaTestCasePayload
  - `id` string, nullable, required
  - `runId` string, nullable, required
  - `userName` string, nullable, required
  - `cpuCount` integer, required
  - `hostname` string, nullable, required
  - `platform` string, nullable, required
  - `os` string, nullable, required
  - `projectName` string, nullable, required
  - `gitRepository` string, nullable, required
  - `gitBranch` string, nullable, required
  - `isDebuggerAttached` boolean, required
  - `testCases` SbtScalaTestCase[], nullable, required
    - `name` string, nullable, required
    - `className` string, nullable, required
    - `time` number, double, required
    - `status` string, nullable, required
    - `message` string, nullable, required
    - `stackTrace` string, nullable, required

## Response `200`

Success

---

[API](https://skmtc.dev/agoda-com/apis/agoda-devlocalmetrics.md) · [All operations](https://skmtc.dev/agoda-com/apis/agoda-devlocalmetrics/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agoda-com/agoda-devlocalmetrics/revisions/e38b8b6c05d9/schema)
