for file in $(ack -l testing@ cypress/integration); do echo $file && gsed -i 's/testing/web-testing/g' $file; done