Skip to content

Commit 391cc10

Browse files
authored
Update links for courses (#255)
1 parent 1bdc5da commit 391cc10

3 files changed

Lines changed: 22 additions & 7 deletions

File tree

slides/automation-qa/course-videos.markdown

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,26 @@
22
layout: slide
33
title: Course videos
44
---
5+
## RSpec+Capybara
56

6-
[Lecture 1](https://drive.google.com/file/d/1o0VbIrVPjhlHYg0jvLQXKXzY87GxzRDV/view?usp=sharing)
7+
[Lecture 1. Javascript+Git+Database](https://drive.google.com/file/d/1o0VbIrVPjhlHYg0jvLQXKXzY87GxzRDV/view?usp=sharing)
78

8-
[Lecture 2](https://drive.google.com/file/d/1ZwRju6syDDfcxx4m8YBBGyi-aExkJgQs/view?usp=sharing)
9+
[Lecture 2. RSpec part 1](https://drive.google.com/file/d/1ZwRju6syDDfcxx4m8YBBGyi-aExkJgQs/view?usp=sharing)
910

10-
[Lecture 3](https://drive.google.com/file/d/1vnGkfeGMWVhZ3Kf8davCwpt5loSz-AUc/view?usp=sharing)
11+
[Lecture 3. RSpec part 2](https://drive.google.com/file/d/1vnGkfeGMWVhZ3Kf8davCwpt5loSz-AUc/view?usp=sharing)
1112

12-
[Lecture 4](https://drive.google.com/file/d/1Vu_wQGHRt2zvJIrf-2ZfnMR8sOWyk2PX/view?usp=sharing)
13+
[Lecture 4. Factory Bot](https://drive.google.com/file/d/1Vu_wQGHRt2zvJIrf-2ZfnMR8sOWyk2PX/view?usp=sharing)
14+
15+
## JS+Cypress
16+
17+
[Lecture 1. Variables+Operators+Functions+Number+Strings+Methods](https://drive.google.com/file/d/10XIpMBs6h2bMSkTMxi2M6golSAG21bt1/view?usp=sharing)
18+
19+
[Lecture 2.Array+Objects and Methods+Cypress Framework](https://drive.google.com/file/d/14gD_Dp3idEDKYYO5iS0mdYNK9oEnbdSc/view?usp=sharing)
20+
21+
[Lecture 3. Cypress Framework part 2](https://drive.google.com/file/d/1J0XlwDwGQ7GxFsKLS9y1dU2PY6y5Iw1n/view?usp=sharing)
22+
23+
## General
24+
25+
[Lecture 1. Writing Clear Selectors for UI Automation](https://drive.google.com/file/d/1aDOjcmwmMrdsecV2Eos3bVWKvoaDkyHB/view?usp=sharing)
26+
27+
[Lecture 2. Working with CSS in DevTools](https://drive.google.com/file/d/1Tpawe5WUzohR-cpr5ZPKywGQ-7vI2tvl/view?usp=sharing)

slides/automation-qa/preprogramming-course.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ title: Pre Programming Course
102102
- Display
103103
- Visibility
104104

105+
Link to course [video](https://drive.google.com/file/d/1aDOjcmwmMrdsecV2Eos3bVWKvoaDkyHB/view?usp=sharing)
106+
105107
---
106108

107109
# Javascript
@@ -198,7 +200,7 @@ Link to course [video](https://drive.google.com/file/d/1ZwRju6syDDfcxx4m8YBBGyi-
198200

199201
--
200202

201-
- [RVM](https://rvm.io/) - [Ruby Basics](rubygarage.github.io)
203+
- [RVM](https://rvm.io/) - [Ruby Basics](https://rubygarage.github.io/slides/ruby-basics)
202204

203205
- [Ruby console(IRB)](https://ru.wikipedia.org/wiki/Interactive_Ruby_Shell)
204206

slides/automation-qa/rspec.markdown

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1255,8 +1255,6 @@ end
12551255
elements :element_ids, 'some css'
12561256
```
12571257

1258-
--
1259-
12601258
---
12611259

12621260
# The End

0 commit comments

Comments
 (0)