Skip to content
Snippets Groups Projects

Add matrix to CI for multiple workers tests execution

Merged Fabian Waszkiewicz requested to merge fw-add-matrix-ci into develop
All threads resolved!
Files
2
+ 2
2
@@ -13,8 +13,8 @@
"postbuild": "rollup -c && bundlesize",
"build:test": "tsc --project wasm/configs/tsconfig.tests.json",
"pretest": "playwright install chromium",
"test": "unset CI && playwright test --workers 4 --max-failures 1 --project=wax_testsuite --project=healthchecker_tests --project=wax_testsuite_custom_chain_options --project=wax_regression_tests --project=wax_operation_factories --project=wax_encrypted_operations --project=wax_non_encrypted_operations --project=wax_utils --project=wax_custom_chain_online_tx --project=wax_mock_tests",
"benchmark": "unset CI && playwright test --workers 1 --max-failures 1 --project=wax_testsuite_protocol_benchmarks",
"test": "unset CI && playwright test --workers 4 --max-failures 1",
"benchmark": "unset CI && playwright test --workers 4 --max-failures 1 --project=wax_testsuite_protocol_benchmarks",
"examples": "run-s examples:*",
"examples:html": "cd ../examples/ts/html && pnpm install && pnpm run test && cd ../../../ts",
"examples:nextjs-app": "cd ../examples/ts/nextjs-app && pnpm install && pnpm run build && cd ../../../ts",
Loading