Skip to content

Commit fe0a109

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

devops-integration.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ steps:
6666
npm run build
6767
displayName: "build"
6868
69+
- script: |
70+
npm run testcafe:ci
71+
displayName: "run functional tests"
72+
6973
- task: CopyFiles@2
7074
inputs:
7175
SourceFolder: '$(Build.Repository.LocalPath)/package'

0 commit comments

Comments
 (0)