Pergunta

1)

i have a shell script which basically contains some(database testing and integrating test code) ,

but i have to run this shell script when ever there is commit (or any change ) in my git repo the script should execute how can i achieve this

os. Debian 6.0.1 amazon ec2

i am trying something like Travis for continues integration ..

2)

for GUI testing in Debian like O.S which is better selenium or casper.js

or is the any other beter alternative

so please help me

Foi útil?

Solução

Regarding your first question: You are looking for the post-commit hook.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top