-
Notifications
You must be signed in to change notification settings - Fork 39
Improve Local Testing experience #114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
f75c66a
Added local_mode and cli args.
karanshah-browserstack ec8612f
Adding Local Binary start and stop logic
karanshah-browserstack aada1ba
Adding demand message for local-identifier and local-mode options
suryart b299e0b
Adding log messages for sync and local mode
suryart e87c7be
upgrading yargs and putting requiredArgs
suryart e4d84a1
passed already failing 12 cases
roshan04 695bc19
added new test cases for the modified code
roshan04 a56da74
added new test cases and passed already failing test cases
roshan04 14e5c50
removed unwanted files
roshan04 439eebd
Checking local identifier running in always on mode
karanshah-browserstack 9db2ad1
Merge branch 'improve_local_testing' of github.com:browserstack/brows…
roshan04 d4eab11
local inferred, local mode inferred, sync inferred.
suryart 9696fc5
passed all failing tests and added new specs
roshan04 1edf10b
Adding local start and stop error
suryart 94c6e62
Updated validation messages for local cli
karanshah-browserstack 194dca5
Merge branch 'improve_local_testing' of github.com:browserstack/brows…
karanshah-browserstack 979d1a4
Send the value of local_mode not the true/false
suryart d1f5afe
Bug fixes for callback stop and start binary
karanshah-browserstack 8cc5b4d
Merge branch 'improve_local_testing' of github.com:browserstack/brows…
karanshah-browserstack 6823722
Merge branch 'improve_local_testing' of github.com:browserstack/brows…
karanshah-browserstack 12bd47f
Removing bshost.
karanshah-browserstack 29cd24b
Adding local_config_file for passing configuration for local binary
karanshah-browserstack 63ce04c
Updating inferred event logic
suryart 813420d
Merge branch 'improve_local_testing' of github.com:browserstack/brows…
roshan04 fe24052
updating user agent to 1.7.2
suryart 8d79c8b
Merge branch 'improve_local_testing' of github.com:browserstack/brows…
roshan04 6aef300
written extra specs and passed failing spec
roshan04 3564a2c
removed unwanted log files
roshan04 16d0011
Merge branch 'CYP_682_Unit_test' of github.com:browserstack/browserst…
karanshah-browserstack cbb07e2
covered new functions under test
roshan04 31ca8a6
Merge branch 'CYP_682_Unit_test' of github.com:browserstack/browserst…
karanshah-browserstack cc3658f
Modified local unit tests
karanshah-browserstack b176714
Fixing Unit test cases
karanshah-browserstack 17cde98
Merge pull request #117 from browserstack/CYP_682_Unit_test
karanshah-browserstack 899ad87
removed local object creation
roshan04 c208061
Merge pull request #119 from browserstack/unit_tests_local_binary
karanshah-browserstack 73f70aa
Indentation and minor null pointer fixes.
karanshah-browserstack 3296165
Adding placeholders for local_mode and local_config_file in default json
karanshah-browserstack 6210a6c
Local Start fail error.
karanshah-browserstack a8ebf1e
Fix Local Inferred logic
karanshah-browserstack eb75a45
Fixed local_mode not set to always-on when local_identifier is suppli…
karanshah-browserstack c7a3b65
Send local_identifier_error when local_identifier not running in stop…
karanshah-browserstack 710bd53
Local mode and id validation
karanshah-browserstack c56466d
Added test cases for local testing bug fixes
karanshah-browserstack 15de10a
Warning message in case of local_mode is invalid
karanshah-browserstack 1249dab
Merge pull request #122 from browserstack/fix_local_testing_bug
karanshah-browserstack b33cc0d
Updated message for invalid local config file
karanshah-browserstack 0bf70fe
Fixed cli args precendence on-demand bug
karanshah-browserstack fb5f69c
Updating version to 1.8.0
karanshah-browserstack File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -231,5 +231,6 @@ function send(args) { | |
} | ||
|
||
module.exports = { | ||
send | ||
} | ||
send, | ||
cli_version_and_path, | ||
}; |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.