Skip to content

Commit

Permalink
Test for current compatibility without having WV
Browse files Browse the repository at this point in the history
  • Loading branch information
SETHULAKSHMI-PM committed May 22, 2024
1 parent a657aae commit 52045ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion protractor.saucelabs.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
exports.config = {
specs: ['test/e2e/**/*.spec.js'],
// TODO: disable webvital tests for saucelab for now, since browsers in saucelab seems never return webvital metrics
// exclude: ['test/e2e/12_webvitalsAsCustomEvent/*.spec.js'],
// Test for current compatability
exclude: ['test/e2e/12_webvitalsAsCustomEvent/*.spec.js'],
sauceUser: process.env.SAUCE_USERNAME,
sauceKey: process.env.SAUCE_ACCESS_KEY,
sauceBuild: process.env.GITHUB_RUN_NUMBER,
Expand Down

0 comments on commit 52045ae

Please sign in to comment.