Skip to content

Repository files navigation

Advieture

A booking travel website made with Django and Python and Intergration Automation Test

1. Web pages

Screenshot 2024-07-19 084406 Screenshot 2024-07-19 084530 Screenshot 2024-07-19 084601 Screenshot 2024-07-19 084618 Screenshot 2024-07-19 084705 Screenshot 2024-07-19 084729 Screenshot 2024-07-19 084815 Screenshot 2024-07-19 084907 Screenshot 2024-07-19 084943 Screenshot 2024-07-19 085056 Screenshot 2024-07-19 085110 Screenshot 2024-07-19 085137

2. Karate Automation Test.

To run this test, you must have Karate set up

Use Git Bash if you are curently using Powershell.

Command lines:

  • 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.

    Screenshot 2024-07-22 092513

    Screenshot 2024-07-22 093830

About

Django travel app

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages