Skip to content

Commit 3e26300

Browse files
committed
fixing visual exercise to have no code, update conclusions
1 parent f4bfb55 commit 3e26300

File tree

3 files changed

+16
-35
lines changed

3 files changed

+16
-35
lines changed

.vscode/settings.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

docs/CONCLUSIONS.md

+14-27
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,29 @@
11
# conclusions
22

3-
## before you go!
3+
<img alt="wait" src="https://media.giphy.com/media/fX1JmOTb65KbdDYuGn/giphy.gif" alt="wait" width="400"/>
44

5-
![Wait](../../../graphics/bye.gif)
5+
## Thanks so much for your time and generosity 🙌👏
6+
7+
<img width="500" height="400" alt="Ecosia" src="https://user-images.githubusercontent.com/2136245/165755056-82ef47b0-df56-497e-a546-8792a5227ffd.png">
68

7-
1. [Please donate whatever you feel appropriate.](https://www.gofundme.com/f/testing-for-charity) 100% of the donations go to the cause.
8-
2. 📫 Follow me as I will do many more Testing for Good events
9+
1. We raised...
10+
2. Please leave some quick and anonymous [feedback on this workshop](https://docs.google.com/forms/d/e/1FAIpQLSes4ft4_0JGFQnMB5Tj2L6J3-IWLX2jqyRIc7ejrDlLiCfIyg/viewform?usp=sf_link)
11+
3. 📫 Follow me as I will do many more Testing for Good events
912

1013
- [JS Testing Newsletter](https://ultimateqa.ck.page/js-testing-tips)
1114
- [Youtube](https://youtube.com/ultimateqa)
1215
- [LinkedIn](https://www.linkedin.com/in/nikolayadvolodkin/)
1316
- [Twitter](https://twitter.com/Nikolay_A00)
1417

15-
3. Please give me [anonymous feedback on the workshop](https://docs.google.com/forms/d/e/1FAIpQLSf038xralb1Lo5ZCj8-b2CCOktD7WpfspKCvvpYcnq5wPRidQ/viewform?usp=sf_link)
16-
17-
## Thanks so much for your time and generosity 🙌👏
18-
19-
![Thanks](../../../graphics/thanks.gif)
20-
21-
This workshop serves 2 purposes:
22-
23-
1. For me to give back to the testing world and help us all upskill 🚀
24-
2. For us all to help a greater cause than ourselves 🌍
25-
26-
### [About Black Girls CODE](https://www.blackgirlscode.com/about-us/)
27-
28-
We build pathways for young women of color to embrace the current tech marketplace as builders and creators by introducing them to skills in computer programming and technology.
29-
30-
Radical action is needed if we are to close the opportunity gap for Black women and girls. We lead a global movement to establish equal representation in the tech sector. Black Girls CODE is devoted to showing the world that Black girls can code and do so much more. Together, we are creating stronger economies and more equitable societies—ultimately realizing the true potential of democracy through diversity and inclusion.
31-
32-
👇👇👇
33-
34-
[Please donate whatever you feel appropriate.](https://www.gofundme.com/f/testing-for-charity) 100% of the donations go to the cause.
18+
4. Give this repo a ⭐
3519

36-
## Extra resources
20+
## 💃Let's pick a winner for a backpack!
3721

3822
---
3923

40-
[What is REST blog post](https://restfulapi.net/)
24+
## Bonus resources
4125

42-
[API testing in JavaScript tutorial](https://testautomationu.applitools.com/javascript-api-testing/)
26+
- [How to code and test an authentication API tutorial](https://youtu.be/klIAT82UtVs)
27+
- [Build and test a Github users search app tutorial](https://youtu.be/EvZ6pjgYA38)
28+
- [What is REST blog post](https://restfulapi.net/)
29+
- [API testing in JavaScript tutorial](https://testautomationu.applitools.com/javascript-api-testing/)

test/specs/visual.exercise.spec.js

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
11
describe('My app', () => {
2-
it('should look correct', async () => {
3-
await browser.url('');
4-
await browser.execute('/*@visual.init*/', 'My React App');
5-
await browser.execute('/*@visual.snapshot*/', 'Home Page');
6-
7-
const result = await browser.execute('/*@visual.end*/');
8-
expect(result.message).toBeNull();
9-
});
2+
it('should look correct for exercise', async () => {});
103
});

0 commit comments

Comments
 (0)