git clone https://github.com/wmedali/cypress-microsoft-teams.git
If git is not installed, then install Git
In the repo location, run the command :
npm install
npx cypress run
Configure the WEBHOOK_URL
variable in the testRunner.js
script and run it using some options :
node cypress/testRunner.js --id "23334" --branch "feat/br-mock" --commit "testing commit"