# Developing Discourse Plugins - Part 6 - Add acceptance tests

**URL:** https://meta.discourse.org/t/developing-discourse-plugins-part-6-add-acceptance-tests/32619
**Category:** Developer Guides
**Tags:** testing, plugin-guides, tutorial
**Created:** [27 augustus 2015 om 21:32 UTC](https://meta.discourse.org/t/developing-discourse-plugins-part-6-add-acceptance-tests/32619 "2015-08-27T21:32:26Z")
**Posts on this page:** 1
**Showing post:** 30

<div class="post-metadata">

### Author: ![Machigatta](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/machigatta/32/125064_2.png) [@Machigatta](https://meta.discourse.org/u/Machigatta)
#### Post date: [22 november 2018 om 19:28 UTC](https://meta.discourse.org/t/developing-discourse-plugins-part-6-add-acceptance-tests/32619/30 "2018-11-22T19:28:29Z")

</div>

Yea i’ve seen those as well now, but these aren’t really eye-opening results tbh.

But gotta dig deeper and lookup why these errors are shown.

Thanks for the help guys.  
For example the second test case.. if i am testing it myself by hand.. it works, but running it on qunit it fails ☹

Ok, got a brief idea whats bringing me the errors and it confuses me:  
`http://localhost:9292/` in my browser has the plugin installed and working  
`http://localhost:9292/qunit` the test shows, that the plugin is not even installed

I thought these two are using the same enviroment ?  
Could this be caused by my local dev-enviroment since it’s not using docker and I’m not able to install the plugin like [Install plugins on a self-hosted site](https://meta.discourse.org/t/install-plugins-in-discourse/19157) ? It’s just sitting in the `plugins` folder like the others.

---

_[View the full topic](https://meta.discourse.org/t/developing-discourse-plugins-part-6-add-acceptance-tests/32619)._
