Skip to content

Latest commit

 

History

History
34 lines (31 loc) · 1.27 KB

README.md

File metadata and controls

34 lines (31 loc) · 1.27 KB

CodersLabNotes

Mine notes and practice code from WAR_TAO_O_05, hope it will be usefull.

File Structure

.
├── KursSelenium.iml
├── pom.xml
└── src
    ├── Cucamber
    │   ├── Feature
    │   │   └── google-text-search.feature - Example for cucumber tests
    │   └── FeatureCodersGuru
    │       └── coders-guru.feature - FinalTask Gherkin Steps description
    ├── main
    │   ├── java
    │   └── resources
    │       └── drivers
    │           └── chromedriver - chromedriver v78 for selenium
    └── test
        └── java
            ├── cucamber
            │   └── test
            │       ├── CodersGuruSteps.java - FinalTask Java Steps descriptio
            │       └── CodersGuruTest.java - FinalTask runner (START HERE)
            └── przyklad1
                ├── FligthTest.java - FinalTask 2nd description and execution
                ├── MyStoreTests.java - Some course notes
                ├── SearchBing.java - Some course notes
                ├── SearchTest.java - Some course notes
                └── Zadanie10.java - Some course notes