I have download the testacular
my project is based on play framework
But I don’t know how to write the config.js that match the play framework
Here is something what I know
framework:play
basepath:”
files:app/assets/javascripts/footageURL.js
cli-port:9000
browser:Chrome
autowatch:yes
Can anyone give me some advise?
I have solve it by my self
Here is what I do
make sure you have
I download the source code from GitHub
:~/Development$ git clone https://github.com/vojtajina/testacular.gitThen you will see a dictionary called testacular .
:~/Development$ cd testacularBefore compile this ,you should download require.js
sudo npm -g install~/testacular$ grunt buildHere is how to write test with jasmine
and then add the files to the testacular.conf.js