@bazel/protractor
Advanced tools
Comparing version 0.39.1 to 0.40.0
@@ -5,3 +5,3 @@ { | ||
"license": "Apache-2.0", | ||
"version": "0.39.1", | ||
"version": "0.40.0", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type" : "git", |
@@ -103,3 +103,3 @@ /** | ||
// Override the user's base protractor configuration as appropriate based on the | ||
// ts_web_test_suite & rules_webtesting WEB_TEST_METADATA attributes | ||
// karma_web_test_suite & rules_webtesting WEB_TEST_METADATA attributes | ||
setConf(conf, 'framework', 'jasmine2', 'is set to jasmine2'); | ||
@@ -113,3 +113,3 @@ | ||
// WEB_TEST_METADATA is configured in rules_webtesting based on value | ||
// of the browsers attribute passed to ts_web_test_suite | ||
// of the browsers attribute passed to karma_web_test_suite | ||
// We setup the protractor configuration based on the values in this object | ||
@@ -116,0 +116,0 @@ if (process.env['WEB_TEST_METADATA']) { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
60220