-
Notifications
You must be signed in to change notification settings - Fork 524
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(protractor): unable to specify
server
as configurable attribute
Currently it is not possible to specify the `protractor_web_test` server using a configurable attribute. i.e. using `select`. This happens because the `server` attribute is accessed directly in the macro so that Bazel is unable to respect the `select`. We fix this by no longer accessing the server in the macro.
- Loading branch information
1 parent
da700dc
commit 476f8c8
Showing
2 changed files
with
20 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters