test: add windows-test-kitchensink job (#20847)

* test: add windows-test-kitchensink job

* run windows ci on this branch

* use test-binary-against-kitchensink-chrome

* windows-create-build-artifacts

* use working dir when cloning

* npm i in correct dir

* install chrome on windows for test-binary-against-repo

* parent dir

* bump kitchensink

to pull in https://github.com/cypress-io/cypress-example-kitchensink/pull/549

* fix cli type hoisting

Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
This commit is contained in:
Zach Bloomquist
2022-04-19 08:43:11 -04:00
committed by GitHub
parent b8d23dbfcb
commit bc12c9da1f
8 changed files with 47 additions and 30 deletions
+6 -1
View File
@@ -8,7 +8,7 @@
"prebuild": "yarn postinstall && node ./scripts/start-build.js",
"build": "node ./scripts/build.js",
"dtslint": "dtslint types",
"postinstall": "node ./scripts/post-install.js",
"postinstall": "patch-package && node ./scripts/post-install.js",
"size": "t=\"cypress-v0.0.0.tgz\"; yarn pack --filename \"${t}\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";",
"test": "yarn test-unit",
"test-debug": "node --inspect-brk $(yarn bin mocha)",
@@ -140,5 +140,10 @@
"./mount-utils": {
"require": "./mount-utils/dist/index.js"
}
},
"workspaces": {
"nohoist": [
"@types/*"
]
}
}