Python and lib installation and uninstallation improvement for different test cases#64
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):