# startRecording

{% hint style="warning" %}
This command is currently not yet fully supported, we are working on making this available as soon as possible.
{% endhint %}

Starts a screen recording, with the result being made available in the test run Artifacts.

## Examples

Supply a name for the recording along with the command.&#x20;

```yaml
- startRecording: login # or any other name you wish to call the recording
```

Should be followed by a [stoprecording](https://docs.moropo.com/creating-tests/commands/stoprecording "mention") to terminate the recording.

## Related Commands

[stoprecording](https://docs.moropo.com/creating-tests/commands/stoprecording "mention")<br>
