Skip to content
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

[Dot-3601] Add new config option CLI Enable Javascript #113

Merged
merged 8 commits into from
Aug 2, 2024

Conversation

parthlambdatest
Copy link
Collaborator

No description provided.

@parthlambdatest parthlambdatest changed the title Dot 3601 2 [Dot-3601] Add new config option CLI Enable Javascript Aug 2, 2024
src/lib/ctx.ts Outdated
@@ -67,6 +67,7 @@ export default (options: Record<string, string>): Context => {
waitForPageRender: config.waitForPageRender || 0,
waitForTimeout: config.waitForTimeout || 0,
enableJavaScript: config.enableJavaScript || false,
clienableJavaScript: config.clienableJavaScript || true,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make it camel case

@arushsaxena1998 arushsaxena1998 merged commit b7ef97f into LambdaTest:stage Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants