Skip to content

Latest commit

 

History

History
96 lines (88 loc) · 4.46 KB

README_old.md

File metadata and controls

96 lines (88 loc) · 4.46 KB

Setup

  1. In IDEA open project new_project from "C:/Users/Student/Desktop/new_project"
  2. In IDEA check in project structure, that:
    • Project has Project SDK: 1.8
    • Modules has "new_project" with "src" folder selected as "Sources"
    • Libraries has all the jars from "lib" folder:
      • hamcrest-core-1.3
      • junit-4.12
      • selenium-server-standalone-3.4.0
  3. Pull the latest changes: Alt text
  4. Create a branch: Alt text Alt text Alt text

Note: replace branch_name with your name and surname (NO SPACES)


How to add, commit and push changes to

Open git bash from project folder (new_project) and do: Alt text Alt text Alt text Alt text Alt text Alt text

Note: replace branch_name with your name and surname (NO SPACES)


Feedback


Samples and SampleTask so far...


Individual Tasks:

Test on locators

Bonuses in case of boredom


Switching to Cucumber project

  1. open Idea
  2. File -> New -> Project from version control -> git
  3. enter page https://github.com/KristineK/cucumber_project
  4. click save
  5. open in browser https://github.com/KristineK/cucumber_project
  6. do "In IDEA check in project structure, that: Project settings" and "In IDEA check in project structure, that: Modules settings"