added picture of Cypress dashboard with tests running on the deployment

This commit is contained in:
Murat Ozcan 2022-05-11 08:16:21 -05:00
parent 4454a525ac
commit b50579b6bb

View File

@ -135,4 +135,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
After the feature branch push, we can observe the tests running against the locally served app as usual. And after the merge, we can obj
After the feature branch push, we can observe the tests running against the locally served app as usual.
And after the merge, we can observe the group name and see video recording on the Cypress Dashboard where the app is running against the deployment.
![Image description](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/8tg6nbxiamruwpelsk1d.png)