NisHera
6 years agoValued Contributor
Test running on AWS
I trying to run test execute in AWS vertual machine.
when connected with remort desktop runs OK
but onece disconnected AWS fall back to a tiny desktop.
my deskto is 1920 X 1080 and test are designed to run on that resolution.
How could I increase AWS resolution when not connected.
Tried with console ..couldn't find anything on screen resolution.
May be I'm not authorized or the package we bought.
Anyhow manage to solved....if anybody interested
wrote power-shell script
Set-DisplayResolution -Width 1920 -Height 1080 -Force
name it resolution.ps1
saved in C:\myTestFolder
and run it from command line after RDP disconnection, like below..... (my scripts are driven by batch files)
WindowsPowerShell\v1.0\powershell.exe C:\myTestFolder\resolution.ps1