-
Notifications
You must be signed in to change notification settings - Fork 15
Python and lib installation and uninstallation improvement for different test cases #64
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
base: main
Are you sure you want to change the base?
Python and lib installation and uninstallation improvement for different test cases #64
Conversation
|
@AnkitaWSE please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
|
@AnkitaWSE Where are we uninstalling the python if test fails. Also, could you please share the RerunfailedfailedTest.ps1 generated after the test. Thanks much for implementing this. |
Upload.zip else @('.".\CheckInTest\Helper-library.ps1"') + ("InitializeTest 'ReRunfailedTests'") + (Get-Content -Path "$pathLogsFolder\ReRunFailedTests.ps1") | Set-Content -Path "$pathLogsFolder\ReRunFailedTests.ps1" } ConvertTxtFileToExcel "$pathLogsFolder\Report.txt" Start-Sleep -s 3 ManagePythonSetup -Action uninstall |
|
@AnkitaWSE I don't see the command to install and uninstall python in this ps1 file .".\CheckInTest\Helper-library.ps1" |
@WSEAutomationTests
Where is the uninstall python supposed to be ? |
Added install uninstall functionality in the generated RerunfailedTests.ps1 file.
|
Attached the ReRunFailedTests.ps1 file generated. Uninstall python function is being taken care of in the else case in ReleaseTest.ps1 script. |
What changed?
Following improvements are required to be added
Why changed?
How did you test the change?
Related Issues (if any):