I'm tryingwebTesting_trainings
[4.0K] /data/pocs/b862466fa6c7ad022c549ec69c587880f7ca56bf
├── [4.0K] DemoQA_Selenide_Cucumber
│ ├── [1.9K] pom.xml
│ ├── [ 43] README.md
│ ├── [4.0K] src
│ │ ├── [4.0K] main
│ │ │ └── [4.0K] java
│ │ │ └── [4.0K] org
│ │ │ └── [4.0K] example
│ │ │ └── [ 138] Main.java
│ │ └── [4.0K] test
│ │ ├── [4.0K] java
│ │ │ ├── [4.0K] pages
│ │ │ │ └── [ 997] TestCenterPage.java
│ │ │ ├── [4.0K] runners
│ │ │ │ └── [ 609] Runners.java
│ │ │ └── [4.0K] stepdefinations
│ │ │ ├── [ 479] CommonStepDefinations.java
│ │ │ └── [1.6K] TestCenterStepDefinations.java
│ │ ├── [ 0] notes
│ │ └── [4.0K] resources
│ │ └── [4.0K] features
│ │ ├── [ 231] 01_buttons.feature
│ │ └── [ 373] 02_webtables.feature
│ ├── [4.0K] target
│ │ ├── [4.0K] classes
│ │ │ └── [4.0K] org
│ │ │ └── [4.0K] example
│ │ │ └── [ 540] Main.class
│ │ ├── [1.9M] default-cucumber-reports.html
│ │ ├── [4.0K] json-reports
│ │ │ └── [4.4K] cucumber.json
│ │ ├── [4.0K] test-classes
│ │ │ ├── [4.0K] features
│ │ │ │ ├── [ 231] 01_buttons.feature
│ │ │ │ └── [ 373] 02_webtables.feature
│ │ │ ├── [4.0K] pages
│ │ │ │ └── [1.3K] TestCenterPage.class
│ │ │ ├── [4.0K] runners
│ │ │ │ └── [ 739] Runners.class
│ │ │ └── [4.0K] stepdefinations
│ │ │ ├── [1.3K] CommonStepDefinations.class
│ │ │ └── [2.6K] TestCenterStepDefinations.class
│ │ └── [4.0K] xml-report
│ │ └── [1.4K] cucumber.xml
│ └── [ 73K] testng_xml.png
├── [4.0K] DemoQA_Selenide_Cucumber_With_Cura
│ ├── [4.0K] build
│ │ └── [4.0K] cucumber-reports
│ │ ├── [1.9M] cucumber-pretty
│ │ ├── [4.4K] CucumberTestReport.json
│ │ └── [ 0] rerun.txt
│ ├── [3.0K] pom.xml
│ ├── [ 43] README.md
│ ├── [4.0K] src
│ │ ├── [4.0K] main
│ │ │ └── [4.0K] java
│ │ │ └── [4.0K] org
│ │ │ └── [4.0K] example
│ │ │ └── [ 138] Main.java
│ │ └── [4.0K] test
│ │ ├── [4.0K] java
│ │ │ ├── [4.0K] common
│ │ │ │ ├── [ 49] Context.java
│ │ │ │ ├── [ 313] PageFactory.java
│ │ │ │ ├── [ 390] PageManager.java
│ │ │ │ └── [ 454] ScenarioContext.java
│ │ │ ├── [4.0K] driver
│ │ │ │ └── [4.3K] DriverFactory.java
│ │ │ ├── [4.0K] pages
│ │ │ │ ├── [ 617] BasePage.java
│ │ │ │ ├── [ 463] ButtonsPage.java
│ │ │ │ └── [ 859] WebTablesPage.java
│ │ │ ├── [4.0K] runners
│ │ │ │ └── [ 549] TestRunner.java
│ │ │ ├── [4.0K] steps
│ │ │ │ ├── [ 503] ButtonsPageSteps.java
│ │ │ │ ├── [1.2K] CommonSteps.java
│ │ │ │ └── [ 971] WebTablesPageSteps.java
│ │ │ └── [4.0K] utils
│ │ │ └── [ 746] PropertyManager.java
│ │ └── [4.0K] resources
│ │ ├── [ 61] config.properties
│ │ ├── [4.0K] features
│ │ │ ├── [ 299] 01_buttons.feature
│ │ │ └── [ 445] 02_webtables.feature
│ │ └── [ 407] testng.xml
│ ├── [4.0K] target
│ │ ├── [4.0K] classes
│ │ │ └── [4.0K] org
│ │ │ └── [4.0K] example
│ │ │ └── [ 540] Main.class
│ │ ├── [1.9M] default-cucumber-reports.html
│ │ ├── [4.0K] json-reports
│ │ │ └── [4.5K] cucumber.json
│ │ ├── [4.0K] test-classes
│ │ │ ├── [4.0K] common
│ │ │ │ ├── [ 903] Context.class
│ │ │ │ ├── [ 575] PageFactory.class
│ │ │ │ ├── [ 600] PageManager.class
│ │ │ │ └── [1011] ScenarioContext.class
│ │ │ ├── [ 61] config.properties
│ │ │ ├── [4.0K] driver
│ │ │ │ └── [5.0K] DriverFactory.class
│ │ │ ├── [4.0K] features
│ │ │ │ ├── [ 299] 01_buttons.feature
│ │ │ │ └── [ 445] 02_webtables.feature
│ │ │ ├── [4.0K] pages
│ │ │ │ ├── [1015] BasePage.class
│ │ │ │ ├── [ 734] ButtonsPage.class
│ │ │ │ └── [1.1K] WebTablesPage.class
│ │ │ ├── [4.0K] runners
│ │ │ │ └── [ 641] TestRunner.class
│ │ │ ├── [4.0K] steps
│ │ │ │ ├── [1.2K] ButtonsPageSteps.class
│ │ │ │ ├── [2.5K] CommonSteps.class
│ │ │ │ └── [1.5K] WebTablesPageSteps.class
│ │ │ ├── [ 407] testng.xml
│ │ │ └── [4.0K] utils
│ │ │ └── [1.2K] PropertyManager.class
│ │ └── [4.0K] xml-report
│ │ └── [1.4K] cucumber.xml
│ └── [ 73K] testng_xml.png
├── [4.0K] JUnitNotasyonDene01
│ ├── [1.6K] JUnitNotasyonlar.java
│ └── [ 66] README.md
├── [ 20] README.md
├── [4.0K] RestAssuredCucumberAPIOtomasyonu01
│ ├── [1.8K] pom.xml
│ ├── [4.0K] src
│ │ ├── [4.0K] main
│ │ │ └── [4.0K] java
│ │ │ └── [4.0K] org
│ │ │ └── [4.0K] example
│ │ │ └── [ 138] Main.java
│ │ └── [4.0K] test
│ │ └── [4.0K] java
│ │ └── [4.0K] com
│ │ └── [4.0K] otelRezervasyonu
│ │ ├── [4.0K] models
│ │ │ ├── [ 592] BookingDates.java
│ │ │ ├── [1.7K] Booking.java
│ │ │ └── [ 431] BookingResponse.java
│ │ └── [4.0K] tests
│ │ ├── [2.3K] BaseTest.java
│ │ ├── [1.6K] CreateBookingTests.java
│ │ ├── [ 606] DeleteBookingTests.java
│ │ ├── [1019] GetAllBookingsTests.java
│ │ ├── [ 916] GetBookingByIdTests.java
│ │ ├── [ 827] PartiallyUpdateBookingTests.java
│ │ └── [1.1K] UpdateBookingTests.java
│ └── [4.0K] target
│ ├── [4.0K] classes
│ │ └── [4.0K] org
│ │ └── [4.0K] example
│ │ └── [ 540] Main.class
│ └── [4.0K] test-classes
│ └── [4.0K] com
│ └── [4.0K] otelRezervasyonu
│ ├── [4.0K] models
│ │ ├── [2.0K] Booking.class
│ │ ├── [ 919] BookingDates.class
│ │ └── [ 856] BookingResponse.class
│ └── [4.0K] tests
│ ├── [3.8K] BaseTest.class
│ ├── [1.3K] CreateBookingTests.class
│ ├── [2.3K] DeleteBookingTests.class
│ ├── [2.3K] GetAllBookingsTests.class
│ ├── [2.4K] GetBookingByIdTests.class
│ ├── [2.7K] PartiallyUpdateBookingTests.class
│ └── [2.9K] UpdateBookingTests.class
├── [4.0K] RestAssuredCucumberTestProject
│ ├── [2.6K] pom.xml
│ ├── [4.0K] src
│ │ └── [4.0K] test
│ │ ├── [4.0K] java
│ │ │ └── [4.0K] com
│ │ │ └── [4.0K] hotelreservations
│ │ │ ├── [4.0K] models
│ │ │ │ ├── [ 554] Auth.java
│ │ │ │ ├── [ 595] BookingDates.java
│ │ │ │ ├── [1.7K] Booking.java
│ │ │ │ └── [ 432] BookingResponse.java
│ │ │ ├── [4.0K] sevices
│ │ │ │ ├── [ 606] BaseTest.java
│ │ │ │ └── [1.7K] ReservationService.java
│ │ │ └── [4.0K] steps
│ │ │ └── [1.6K] ReservationSteps.java
│ │ └── [4.0K] resources
│ │ └── [ 418] CreateBooking.feature
│ └── [4.0K] target
│ └── [4.0K] test-classes
│ ├── [4.0K] com
│ │ └── [4.0K] hotelreservations
│ │ ├── [4.0K] models
│ │ │ ├── [ 835] Auth.class
│ │ │ ├── [2.0K] Booking.class
│ │ │ ├── [ 921] BookingDates.class
│ │ │ └── [ 861] BookingResponse.class
│ │ ├── [4.0K] sevices
│ │ │ ├── [1.0K] BaseTest.class
│ │ │ └── [3.7K] ReservationService.class
│ │ └── [4.0K] steps
│ │ └── [2.2K] ReservationSteps.class
│ └── [ 418] CreateBooking.feature
├── [4.0K] Selenide_00
│ ├── [1.9K] pom.xml
│ ├── [ 8] README.md
│ ├── [4.0K] src
│ │ └── [4.0K] test
│ │ ├── [4.0K] java
│ │ │ ├── [4.0K] pages
│ │ │ │ └── [ 718] TestCenterPage.java
│ │ │ ├── [4.0K] runners
│ │ │ │ └── [ 662] Runners.java
│ │ │ └── [4.0K] stepdefinations
│ │ │ ├── [ 876] CommonStepDefinations.java
│ │ │ └── [1.7K] TestCenterStepDefinations.java
│ │ ├── [ 0] notes
│ │ └── [4.0K] resources
│ │ └── [4.0K] features
│ │ ├── [ 399] 01_navigations.feature
│ │ ├── [ 368] 02_locators.feature
│ │ └── [ 810] 03_checkbox_radiobutton.feature
│ └── [4.0K] target
│ ├── [1.9M] default-cucumber-reports.html
│ ├── [4.0K] json-reports
│ │ └── [9.4K] cucumber.json
│ ├── [4.0K] test-classes
│ │ ├── [4.0K] features
│ │ │ ├── [ 399] 01_navigations.feature
│ │ │ ├── [ 368] 02_locators.feature
│ │ │ └── [ 810] 03_checkbox_radiobutton.feature
│ │ ├── [4.0K] pages
│ │ │ └── [1.1K] TestCenterPage.class
│ │ ├── [4.0K] runners
│ │ │ └── [ 760] Runners.class
│ │ └── [4.0K] stepdefinations
│ │ ├── [1.5K] CommonStepDefinations.class
│ │ └── [2.5K] TestCenterStepDefinations.class
│ └── [4.0K] xml-report
│ └── [2.8K] cucumber.xml
├── [4.0K] SeleniumIleOtomasyon_Junit01
│ ├── [1.1K] pom.xml
│ ├── [4.0K] src
│ │ ├── [4.0K] main
│ │ │ └── [4.0K] java
│ │ │ └── [4.0K] org
│ │ │ └── [4.0K] example
│ │ │ └── [ 138] Main.java
│ │ └── [4.0K] test
│ │ └── [4.0K] java
│ │ ├── [4.0K] sayfalar
│ │ │ ├── [ 323] AnaSayfa.java
│ │ │ ├── [ 282] GirisYapSayfasi.java
│ │ │ └── [1.3K] Sayfa.java
│ │ └── [4.0K] tests
│ │ └── [2.2K] LoginTests.java
│ └── [4.0K] target
│ ├── [4.0K] classes
│ │ └── [4.0K] org
│ │ └── [4.0K] example
│ │ └── [ 540] Main.class
│ └── [4.0K] test-classes
│ ├── [4.0K] sayfalar
│ │ ├── [ 595] AnaSayfa.class
│ │ ├── [ 544] GirisYapSayfasi.class
│ │ └── [2.2K] Sayfa.class
│ └── [4.0K] tests
│ └── [3.3K] LoginTests.class
└── [4.0K] WebDriverDene01
├── [1.2K] pom.xml
├── [ 264] README.md
├── [4.0K] src
│ ├── [4.0K] main
│ │ └── [4.0K] java
│ │ └── [4.0K] org
│ │ └── [4.0K] example
│ │ └── [ 275] Main.java
│ └── [4.0K] test
│ └── [4.0K] java
│ └── [1.8K] DemoqaFormTests.java
└── [4.0K] target
├── [4.0K] classes
│ └── [4.0K] org
│ └── [4.0K] example
│ └── [ 634] Main.class
└── [4.0K] test-classes
└── [2.9K] DemoqaFormTests.class
142 directories, 146 files