Просмотр исходного кода

fix: updating script documentation and removing unnecessary continue on error (#8769)

* updating script documentation and removing unnecessary continue on error

* test update

* removing comment

* removing unnecessary line

---------

Co-authored-by: Saoud Rizwan <[email protected]>
Jose Castelli 2 месяцев назад
Родитель
Сommit
5308ded

+ 5 - 0
.changeset/hungry-ants-pump.md

@@ -0,0 +1,5 @@
+---
+"claude-dev": patch
+---
+
+Updating script documentation and removing unnecessary continue on error

+ 1 - 6
.github/workflows/test.yml

@@ -197,13 +197,8 @@ jobs:
               run: cd testing-platform && npm ci
 
             - name: Running testing platform integration spec tests
-              continue-on-error: true
               timeout-minutes: 7
-              # Temporarily wrapping the test command to always return a neutral exit code.
-              # This prevents the job from showing as failed and avoids distracting developers
-              # until the integration tests are ready to be enforced.
-              run: |
-                npm run test:tp-orchestrator -- tests/specs/ --count=1 --coverage
+              run: npm run test:tp-orchestrator -- tests/specs/ --count=1 --coverage
 
             - name: Save Coverage Reports
               uses: actions/upload-artifact@v4

+ 1 - 1
scripts/interactive-playwright.ts

@@ -18,7 +18,7 @@
  *        npm run test:e2e:build
  *
  *   2. From the repo root, start the interactive session:
- *        npm run test:playwright:interactive
+ *        npm run test:e2e:ui
  *
  *   3. VS Code will launch with the Cline extension loaded and gRPC recording enabled.
  *

Разница между файлами не показана из-за своего большого размера
+ 9 - 1
tests/specs/grpc_recorded_session_single_root.json


Некоторые файлы не были показаны из-за большого количества измененных файлов