TheProjecter / phantomjs-qunit-runner

Automatically exported from code.google.com/p/phantomjs-qunit-runner
0 stars 0 forks source link

Need to clarify Configuration Paths #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I just wanted to clarify that you don't want to put in the "../" and "/.." in 
your paths. And if you don't have phantomjs on your path, you need to point to 
the actual executable, not the directory holding. I found this to be quite 
confusing and would recommend making clarifications in the project 
documentation.

            <plugin>
                <groupId>net.kennychua</groupId>
                <artifactId>phantomjs-qunit-runner</artifactId>
                <configuration>
                    <jsSourceDirectory>web-app/js</jsSourceDirectory>
                    <jsTestDirectory>test/js</jsTestDirectory>
                    <phantomJsExec>test/phantomjs-1.7.0-linux-x86_64/bin/phantomjs</phantomJsExec>
                </configuration>
            </plugin>

Original issue reported on code.google.com by mmilazz...@gmail.com on 7 Dec 2012 at 4:41