# addMedia

Side-load media onto the target device, allowing you to use them as part of the test execution.\
\
Supported file types:

* PNG
* JPEG
* JPG
* GIF
* MP4

## Examples

Add two media files to the target device

```yaml
- addMedia:
    - profile_picture.jpeg # or any other file
    - smiley_face.gif
```
