You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Makefile should be added. It should have Build and Test. Build should produce an archive like the releases page. Test should perform unit tests and present the Dev with a sequence of VM environments that automagically have the latest build installed. This relates to #2.
As a result of having the makefile, the current project directory should be moved to ./src.
The text was updated successfully, but these errors were encountered:
make visualtest should accept options like --43 or --169. Configure the VM in the python script to perfectly size the window. #2: Python should find the size of the screen (720p, 1080p, 1440p etc) and scale the size of the window appropriately. --scale to let Dev tweak the scale to their liking. Dev should recall this value for future calls of make visualtest. Scaling logic in Python should not change after initial commit.
A Makefile should be added. It should have Build and Test. Build should produce an archive like the releases page. Test should perform unit tests and present the Dev with a sequence of VM environments that automagically have the latest build installed. This relates to #2.
As a result of having the makefile, the current project directory should be moved to ./src.
The text was updated successfully, but these errors were encountered: