Skip to content

Commit ddbe218

Browse files
authored
Disable Cross Browser FCM Integration Test (#3287)
* Disbale Cross Browser FCM Integration Test * Update run_saucelabs.js * Move Integration tests out of workflows * Create firebsae-messaging.md * update changeset description
1 parent 39ca8ec commit ddbe218

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/firebsae-messaging.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
---
3+
4+
Update testing policy. Since this is neither a major nor minor update use an empty changeset.

packages/messaging/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"build": "rollup -c",
1616
"build:deps": "lerna run --scope @firebase/'{app,messaging}' --include-dependencies build",
1717
"dev": "rollup -c -w",
18-
"test": "run-p test:karma type-check lint && cd ../../integration/messaging && npm run-script test",
18+
"test": "run-p test:karma type-check lint ",
19+
"test:integration": "run-p test:karma type-check lint && cd ../../integration/messaging && npm run-script test",
1920
"test:ci": "node ../../scripts/run_tests_in_ci.js",
2021
"test:karma": "karma start --single-run",
2122
"test:debug": "karma start --browsers=Chrome --auto-watch",

0 commit comments

Comments
 (0)