mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-07-17 17:21:48 +00:00
Add docker container prober
This commit is contained in:
@@ -25,6 +25,11 @@ export default defineConfig({
|
||||
projects: [
|
||||
{
|
||||
name: 'prober',
|
||||
// docker.spec.ts is excluded from local runs (npm run test:probers)
|
||||
// because it requires a running Docker container. The CI workflow
|
||||
// explicitly passes docker.spec.ts as an argument, which overrides
|
||||
// testIgnore.
|
||||
testIgnore: 'docker.spec.ts',
|
||||
use: {
|
||||
...devices['Desktop Chrome'],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user