@@ -8,6 +8,9 @@ macBuildFilters: &macBuildFilters
8
8
branches :
9
9
only :
10
10
- develop
11
+ - v6.0-release
12
+ - feat/component-testing
13
+ - include-electron-node-version
11
14
- sem-next-ver
12
15
13
16
defaults : &defaults
@@ -35,6 +38,8 @@ testBinaryFirefox: &testBinaryFirefox
35
38
branches :
36
39
only :
37
40
- develop
41
+ - v6.0-release
42
+ - feat/component-testing
38
43
- sem-next-ver
39
44
requires :
40
45
- build-npm-package
@@ -642,6 +647,20 @@ jobs:
642
647
path : /tmp/cypress
643
648
- store-npm-logs
644
649
650
+ server-ct-unit-tests :
651
+ << : *defaults
652
+ parallelism : 1
653
+ steps :
654
+ - attach_workspace :
655
+ at : ~/
656
+ - check-conditional-ci
657
+ - run : yarn test-unit --scope @packages/server-ct
658
+ - verify-mocha-results :
659
+ expectedResultCount : 1
660
+ - store_test_results :
661
+ path : /tmp/cypress
662
+ - store-npm-logs
663
+
645
664
server-integration-tests :
646
665
<< : *defaults
647
666
parallelism : 1
@@ -893,6 +912,16 @@ jobs:
893
912
working_directory : npm/webpack-preprocessor/examples/react-app
894
913
- store-npm-logs
895
914
915
+ npm-webpack-dev-server :
916
+ << : *defaults
917
+ steps :
918
+ - attach_workspace :
919
+ at : ~/
920
+ - check-conditional-ci
921
+ - run :
922
+ name : Run tests
923
+ command : yarn workspace @cypress/webpack-dev-server test
924
+
896
925
npm-webpack-batteries-included-preprocessor :
897
926
<< : *defaults
898
927
steps :
@@ -914,7 +943,8 @@ jobs:
914
943
command : yarn workspace @cypress/vue build
915
944
- run :
916
945
name : Run tests
917
- command : yarn workspace @cypress/vue test
946
+ command : yarn test
947
+ working_directory : npm/vue
918
948
- store-npm-logs
919
949
920
950
npm-react :
@@ -1711,6 +1741,9 @@ linux-workflow: &linux-workflow
1711
1741
requires :
1712
1742
- build
1713
1743
1744
+ - npm-webpack-dev-server :
1745
+ requires :
1746
+ - build
1714
1747
- npm-webpack-preprocessor :
1715
1748
requires :
1716
1749
- build
@@ -1808,6 +1841,8 @@ linux-workflow: &linux-workflow
1808
1841
branches :
1809
1842
only :
1810
1843
- develop
1844
+ - v6.0-release
1845
+ - feat/component-testing
1811
1846
- sem-next-ver
1812
1847
requires :
1813
1848
- build
@@ -1826,6 +1861,8 @@ linux-workflow: &linux-workflow
1826
1861
branches :
1827
1862
only :
1828
1863
- develop
1864
+ - v6.0-release
1865
+ - feat/component-testing
1829
1866
- sem-next-ver
1830
1867
requires :
1831
1868
- build
@@ -1838,6 +1875,8 @@ linux-workflow: &linux-workflow
1838
1875
branches :
1839
1876
only :
1840
1877
- develop
1878
+ - v6.0-release
1879
+ - feat/component-testing
1841
1880
- sem-next-ver
1842
1881
requires :
1843
1882
- build-npm-package
@@ -1850,6 +1889,8 @@ linux-workflow: &linux-workflow
1850
1889
branches :
1851
1890
only :
1852
1891
- develop
1892
+ - v6.0-release
1893
+ - feat/component-testing
1853
1894
- sem-next-ver
1854
1895
requires :
1855
1896
- build-binary
@@ -1907,6 +1948,8 @@ linux-workflow: &linux-workflow
1907
1948
branches :
1908
1949
only :
1909
1950
- develop
1951
+ - v6.0-release
1952
+ - feat/component-testing
1910
1953
- sem-next-ver
1911
1954
requires :
1912
1955
- upload-npm-package
@@ -1917,6 +1960,8 @@ linux-workflow: &linux-workflow
1917
1960
branches :
1918
1961
only :
1919
1962
- develop
1963
+ - v6.0-release
1964
+ - feat/component-testing
1920
1965
- sem-next-ver
1921
1966
requires :
1922
1967
- upload-npm-package
@@ -1926,6 +1971,8 @@ linux-workflow: &linux-workflow
1926
1971
branches :
1927
1972
only :
1928
1973
- develop
1974
+ - v6.0-release
1975
+ - feat/component-testing
1929
1976
- sem-next-ver
1930
1977
requires :
1931
1978
- build-npm-package
@@ -1936,6 +1983,8 @@ linux-workflow: &linux-workflow
1936
1983
branches :
1937
1984
only :
1938
1985
- develop
1986
+ - v6.0-release
1987
+ - feat/component-testing
1939
1988
- sem-next-ver
1940
1989
requires :
1941
1990
- build-npm-package
@@ -1962,6 +2011,8 @@ linux-workflow: &linux-workflow
1962
2011
branches :
1963
2012
only :
1964
2013
- develop
2014
+ - v6.0-release
2015
+ - feat/component-testing
1965
2016
- sem-next-ver
1966
2017
requires :
1967
2018
- build-npm-package
@@ -2056,6 +2107,8 @@ mac-workflow: &mac-workflow
2056
2107
branches :
2057
2108
only :
2058
2109
- develop
2110
+ - v6.0-release
2111
+ - feat/component-testing
2059
2112
- sem-next-ver
2060
2113
requires :
2061
2114
- Mac NPM package
@@ -2069,6 +2122,8 @@ mac-workflow: &mac-workflow
2069
2122
branches :
2070
2123
only :
2071
2124
- develop
2125
+ - v6.0-release
2126
+ - feat/component-testing
2072
2127
- sem-next-ver
2073
2128
requires :
2074
2129
- Mac NPM package upload
@@ -2082,6 +2137,8 @@ mac-workflow: &mac-workflow
2082
2137
branches :
2083
2138
only :
2084
2139
- develop
2140
+ - v6.0-release
2141
+ - feat/component-testing
2085
2142
- sem-next-ver
2086
2143
requires :
2087
2144
- Mac NPM package upload
0 commit comments