A booking travel website made with Django and Python and Intergration Automation Test
To run this test, you must have Karate set up
Use Git Bash if you are curently using Powershell.
-
To run whole test:
mvn test -
To run a certain feature or scenario, put a @debug tag before it:
mvn test -Dkarate.options="--tags @debug" -
To run a whole test but skip a certain feature or scenario, put a @skipme tag before it:
mvn test -Dkarate.options="--tags ~~@skipme"Reports are automaticly generated in "target/karate-report" and "target/cucumber-html" folder after each test run.













