File tree Expand file tree Collapse file tree 2 files changed +23
-11
lines changed
tests/e2e/tests/critical-path/workbench Expand file tree Collapse file tree 2 files changed +23
-11
lines changed Original file line number Diff line number Diff line change @@ -950,27 +950,39 @@ workflows:
950
950
requires :
951
951
- Start E2E Tests
952
952
# build desktop app
953
- # - setup-sign-certificates:
954
- # name: Setup sign certificates (stage)
955
- # requires:
956
- # - Start E2E Tests
957
- # - setup-build:
958
- # name: Setup build (stage)
959
- # requires:
960
- # - Setup sign certificates (stage)
953
+ - setup-sign-certificates :
954
+ name : Setup sign certificates (stage)
955
+ requires :
956
+ - Start E2E Tests
957
+ - setup-build :
958
+ name : Setup build (stage)
959
+ requires :
960
+ - Setup sign certificates (stage)
961
961
# - windows:
962
962
# name: Build app - Windows (stage)
963
963
# requires:
964
964
# - Setup build (stage)
965
+ - linux :
966
+ name : Build app - Linux (stage)
967
+ requires :
968
+ - Setup build (stage)
965
969
- e2e-tests :
966
970
name : E2ETest
967
971
build : docker
968
- parallelism : 4
972
+ parallelism : 1
969
973
requires :
970
974
- Build docker image
975
+ # e2e desktop tests on AppImage build
976
+ - e2e-app-image :
977
+ name : E2ETest (AppImage)
978
+ parallelism : 1
979
+ report : true
980
+ requires :
981
+ - Build app - Linux (stage)
982
+ # e2e desktop tests on exe build
971
983
# - e2e-exe:
972
984
# name: E2ETest (exe)
973
- # parallelism: 1
985
+ # parallelism: 4
974
986
# report: true
975
987
# requires:
976
988
# - Build app - Windows (stage)
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ fixture `Index Schema at Workbench`
24
24
await workbenchPage . sendCommandInWorkbench ( `FT.DROPINDEX ${ indexName } DD` ) ;
25
25
await deleteStandaloneDatabaseApi ( ossStandaloneRedisearch ) ;
26
26
} ) ;
27
- test
27
+ test . only
28
28
. meta ( { env : env . desktop } ) ( 'Verify that user can open results in Text and Table views for FT.INFO for Hash in Workbench' , async t => {
29
29
indexName = Common . generateWord ( 5 ) ;
30
30
const commandsForSend = [
You can’t perform that action at this time.
0 commit comments