Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 375 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 375 Bytes

run test in console with mvn

mvn test "-Dcucumber.filter.tags=@smoke"

to spin with different browser use like this:

mvn test -Dbrowse=chrome

or

mvn test -Dbrowse=firefox

etc...

to spin headless use -Dheadless=true like below

mvn test -Dheadless=true

Algorythms video: https://cs50.harvard.edu/x/2022/weeks/3/