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

Allow parameters to be passed to PreScripts and PostScripts #124

Open
snicol21 opened this issue Nov 19, 2020 · 0 comments
Open

Allow parameters to be passed to PreScripts and PostScripts #124

snicol21 opened this issue Nov 19, 2020 · 0 comments

Comments

@snicol21
Copy link

I don't believe there is away to pass parameters to PostScripts. Would be nice to be able to

    'Selenium'                             = @{        
        Version     = 'latest'
        Parameters  = @{
            SkipPublisherCheck = $True
        }
        PostScripts = '$DependencyFolder\Dependencies\Selenium\3.0.1\Selenium-Binary-Updater.ps1 -Browser Chrome'
    }
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

No branches or pull requests

1 participant