Skip to content

Commit

Permalink
Merge pull request #278 from LambdaTest/revert-277-CYP-883
Browse files Browse the repository at this point in the history
Revert "added full har cap"
  • Loading branch information
HRanjan-11 authored Dec 1, 2023
2 parents 0225b0f + 846589d commit 33da5d2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
8 changes: 0 additions & 8 deletions commands/utils/set_args.js
Original file line number Diff line number Diff line change
Expand Up @@ -489,14 +489,6 @@ function sync_args_from_cmd(args) {
lt_config["run_settings"]["exclude_specs"] == [];
}

if ("fullHar" in args) {
if (args["fullHar"] == "true") {
lt_config.run_settings.fullHar = true;
} else {
lt_config.run_settings.fullHar = false;
}
}

if ("npm-f" in args) {
if (args["npm-f"] == "true") {
lt_config.run_settings.npmf = true;
Expand Down
5 changes: 0 additions & 5 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,6 @@ const argv = require("yargs")
describe: "Capture Network logs",
type: "string",
})
.option("fullHar", {
alias: "fullHar",
describe: "Capture Full Har Network logs",
type: "bool",
})
.option("eof", {
alias: "exit-on-failure",
describe: "Exit With Code 1 on failure",
Expand Down

0 comments on commit 33da5d2

Please sign in to comment.