# Running a single test

**URL:** https://meta.discourse.org/t/running-a-single-test/46429
**Category:** Development
**Created:** [June 25, 2016, 12:52am UTC](https://meta.discourse.org/t/running-a-single-test/46429 "2016-06-25T00:52:23Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![Mittineague](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mittineague/32/114259_2.png) [@Mittineague](https://meta.discourse.org/u/Mittineague)
#### Post date: [June 25, 2016, 2:21am UTC](https://meta.discourse.org/t/running-a-single-test/46429/3 "2016-06-25T02:21:00Z")

</div>

Hi Mark Wingerd welcome to the forum

Looking for qunit?

> [@Developing Discourse Plugins - Part 6 - Add acceptance tests](https://meta.discourse.org/t/beginner-s-guide-to-creating-discourse-plugins-part-6-acceptance-tests/32619):
>
> Previous tutorial: [Developing Discourse Plugins - Part 5 - Add an admin interface](https://meta.discourse.org/t/developing-discourse-plugins-part-5-add-an-admin-interface/31761) Did you know that Discourse has two large test suites for its code base? On the server side, our Ruby code has a test suite that uses [rspec](https://rspec.info/). For the browser application, we have a [qunit](https://qunitjs.com/) suite that has [ember-testing](https://guides.emberjs.com/release/testing/testing-application/) included. Assuming you have a development environment set up, if you visit the http://localhost:3000/tests URL you will start running the JavaScript test suite in your browser. One fun aspect is that …

---

_[View the full topic](https://meta.discourse.org/t/running-a-single-test/46429)._
