GitToTheHub opened a new pull request, #69:
URL: https://github.com/apache/cordova-plugin-test-framework/pull/69

   ## Summary
   This PR updates browser test assets to match the current Jasmine runtime and 
reduce CI noise.
   
   ### Changes
   - Load jasmine/boot0.js in www/assets/index.html so Jasmine 5 initializes 
the global interface expected by the test harness.
   - Remove stale Bootstrap CSS/JS references from www/assets/index.html that 
are not shipped in plugin assets and produced 404s.
   - Remove optional csp-incl.js script include that is not provided by 
default, eliminating non-actionable 404 noise in CI.
   
   ## Motivation
   Without bootstrapping, harness code calling window.jasmine.getEnv() may fail 
under Jasmine 5. Missing static references also clutter CI output and obscure 
actionable failures.
   
   ## Validation
   - Browser tests execute and report successfully in plugin CI using this 
asset page.
   - Removed references are cosmetic/non-runtime dependencies and do not affect 
test execution.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to