Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix start script
Browse files Browse the repository at this point in the history
ljmotta committed Jan 29, 2025
1 parent 4f6ce67 commit c7d0b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/online-editor/package.json
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@
"test-e2e:container:down": "docker compose -f ./tests-e2e/__containerization__/playwright-docker-compose.yml down",
"test-e2e:container:run": "docker exec -it kie-tools-playwright-containerization-online-editor /bin/bash -c \"cd incubator-kie-tools/packages/online-editor && pnpm test-e2e:run\"",
"test-e2e:container:shell": "start-server-and-test 'pnpm start' \"http://localhost:$(build-env corsProxy.dev.port)/ping|http://localhost:$(build-env extendedServicesJava.port)/ping|http://localhost:$(build-env onlineEditor.dev.port)/#/|http://localhost:$(build-env kieSandboxAcceleratorQuarkus.dev.port)/git-repo-bare.git\" 'pnpm test-e2e:container:up && pnpm test-e2e:container:bash'",
"test-e2e:container:start": "start-server-and-test 'pnpm start' \"http://localhost:$(build-env corsProxy.dev.port)/ping|http://localhost:$(build-env extendedServicesJava.dev.port)/ping|http://localhost:$(build-env onlineEditor.dev.port)/#/|http://localhost:$(build-env kieSandboxAcceleratorQuarkus.dev.port)/git-repo-bare.git\" 'pnpm test-e2e:container:up && pnpm test-e2e:container:run'",
"test-e2e:container:start": "start-server-and-test 'pnpm start' \"http://localhost:$(build-env corsProxy.dev.port)/ping|http://localhost:$(build-env extendedServicesJava.port)/ping|http://localhost:$(build-env onlineEditor.dev.port)/#/|http://localhost:$(build-env kieSandboxAcceleratorQuarkus.dev.port)/git-repo-bare.git\" 'pnpm test-e2e:container:up && pnpm test-e2e:container:run'",
"test-e2e:container:up": "cross-env PROJECT_VERSION=$(build-env root.version) PLAYWRIGHT_PORT=$(build-env onlineEditor.dev.port) PLAYWRIGHT_CORS_PROXY_PORT=$(build-env corsProxy.dev.port) PLAYWRIGHT_EXTENDED_SERVICES_PORT=$(build-env extendedServicesJava.port) PLAYWRIGHT_QUARKUS_ACCELERATOR_PORT=$(build-env kieSandboxAcceleratorQuarkus.dev.port) docker compose -f ./tests-e2e/__containerization__/playwright-docker-compose.yml up -d",
"test-e2e:open": "pnpm exec playwright show-report dist-tests-e2e/reports",
"test-e2e:run": "pnpm exec playwright test"

0 comments on commit c7d0b2e

Please sign in to comment.