busterjs / buster

Abandoned - A powerful suite of automated test tools for JavaScript.
http://docs.busterjs.org
Other
448 stars 37 forks source link

Proxy for root-relative urls #408

Open mdanetzky opened 10 years ago

mdanetzky commented 10 years ago

Add a facility to proxy root-relative urls in config. Link example:

<script src="/root-relative-script.js"></script>

Proposition:

config["My tests"] = {
     // ...
     rootUrlBackend: "http://mydomain.com"
}