# What is the fastest way to test changes on staging site?

**URL:** https://discourse.roots.io/t/what-is-the-fastest-way-to-test-changes-on-staging-site/17753
**Category:** general
**Tags:** ansible, trellis
**Created:** 2020-02-28T10:22:46Z
**Posts:** 6

## Post 1 by @subhani — 2020-02-28T10:22:46Z

I have hosting with Kinsta. There are some instances when I would like to test website in some cross browser testing website. Obviously at such times I am fixing bugs or compatibility issues for different devices and browsers. For achieving this site must be “online” instead of accessible from localhost. The way I know is to deploy code to Kinsta using following command:

```
ansible-playbook deploy.yml -e env=staging -e site=example.com --limit=kinsta_staging
```

But it takes too much time to fix small issues because I need to test and fix and then test again. I hope you understand my question please let me know if something is not clear.

---

## Post 2 by @codepuncher — 2020-02-28T16:12:51Z

This is a good time to try out BrowserStack. You can test local or public sites in many different operating systems and browsers. I’d highly recommend it.

If have other devices on your local network, you could always point a domain on these devices to your system that runs the site.

Final option would be the lazy approach of directly modifying files on the staging site. I would not advise this option as you can easily lose track of the changes you’ve made.

---

## Post 3 by @joshb — 2020-02-28T18:33:36Z

I’ve been using Sizzy lately. I don’t know if its as comprehensive as BrowserStack but it’s much more affordable.

> **[Sizzy - The Responsive Design Browser](https://sizzy.co/)**
>
> Made for designers and developers. Make your life easier and instantly preview your website across multiple devices.

It does allow for you to add different browsers for different operating systems.

---

## Post 4 by @logicelf — 2020-02-29T12:26:53Z

Thanks for this - I’d been looking at [Polypane](https://polypane.app/) recently, but I hadn’t heard about Sizzy before now.

---

## Post 5 by @Matthijs — 2020-02-29T13:01:17Z

For different screen sizes there are also free browser extensions for this, such as:

> **[Emmet Re:view](https://chrome.google.com/webstore/detail/emmet-review/epejoicbhllgiimigokgjdoijnpaphdp?hl=nl)**
>
> Fast and easy way to test your responsive design in multiple viewports

> **[ResponsiveViewer – Get this Extension for 🦊 Firefox (en-US)](https://addons.mozilla.org/en-US/firefox/addon/responsiveviewer/)**
>
> Download ResponsiveViewer for Firefox. Show multiple responsive screens in one view.

---

## Post 6 by @system — 2020-04-10T10:22:51Z

This topic was automatically closed after 42 days. New replies are no longer allowed.
