# Changing the test screen size

### What is a Screen Size option?&#x20;

The Screen Size option is used to set the screen size for a browser running your tests. Different sizes can render your website differently and you may want to test this or test different views for mobile devices. Where can you set it?

### Creating a new test&#x20;

When you create a new test, we offer two different screen resolution options.

<figure><img src="/files/GhIRhfUKx852Qd9pGcpe" alt=""><figcaption><p>You can select screen size optiom from dropdown menu </p></figcaption></figure>

* **Desktop**&#x20;

  As the default window size for your primary web application testing
* **Mobile** \
  Optional for small screen testing

You can change the test screen size to mobile or desktop using test settings from the menu. &#x20;

<figure><img src="/files/qdjVhthD5adQO7bc2zag" alt=""><figcaption><p>open meatball menu and choose Test settings</p></figcaption></figure>

<figure><img src="/files/60ZSnyOiPrraQcnsRolh" alt=""><figcaption><p>choose an option from Screen size dropdown menu</p></figcaption></figure>

### Changing screen size for desktop and mobile

If you want to change the default screen size, you need to set it in the Project Settings. Each project has its own default screen size. If you want to test other sizes, simply duplicate the project and change the settings from the default.\
\
**Note: Due the Chrome limitations the minimal value for Screen size is 500**

<figure><img src="/files/x5cH8umdvkdsUcXXxfLc" alt=""><figcaption><p>Go to the side menu and select Project Settings. Then select the Screen Sizes tab.</p></figcaption></figure>

Also, you can use a quick link from the project menu&#x20;

<figure><img src="/files/x4mYD3cCMAqxktQaQVB0" alt=""><figcaption><p>Open meatball menu, choose test setting and use link from Sreen size dropdown menu</p></figcaption></figure>

### Easy way to check your screen size for tests

We have added a new column for easy identification of the screen size set for a test.

* In the list of tests, you will see an icon informing you that the test is set for desktop or mobile.

<figure><img src="/files/V6MTPAN50UmyrGnrkrs4" alt=""><figcaption><p>Icon will only be added if you set two different screen sizes for each test.</p></figcaption></figure>

* On Runs history there is also info about the screen size

<figure><img src="/files/44vcGgfb2RTxcx1EAG6f" alt=""><figcaption></figcaption></figure>

###


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bugbug.io/workflow-tips/changing-the-test-screen-size.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
