What's new from Grafana Labsbreadcrumb arrow TypeScript support in Grafana Cloud k6
What's new from Grafana Labs
What's new from Grafana Labs
Generally AvailableK6
Release date: 2025-05-15

TypeScript support in Grafana Cloud k6

Native TypeScript support is now available in the Grafana Cloud k6 Script Editor, allowing you to write type-safe code in the cloud without any additional setup.

TypeScript is a strongly typed language that extends JavaScript - all valid JavaScript code is also valid TypeScript. By adding static types, TypeScript helps you catch errors early in development, enabling you to identify bugs before your code runs.

To learn more about the different ways to author and run tests in the cloud, refer to our documentation.


Related What's new posts