Skip to content

Commit 3075d38

Browse files
author
T_S_V
committed
Added testcafe to CI
1 parent 68f6e86 commit 3075d38

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

release-azure-pipeline.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ steps:
6161
npm run build
6262
displayName: "build"
6363

64+
- script: |
65+
npm run testcafe:ci
66+
displayName: "run functional tests"
67+
6468
- powershell: |
6569
git pull origin master
6670
git push --follow-tags origin master;

0 commit comments

Comments
 (0)