Skip to content

Commit 5bfc0b6

Browse files
committed
update about page
1 parent 073d7cb commit 5bfc0b6

File tree

2 files changed

+35
-12
lines changed

2 files changed

+35
-12
lines changed

README.md

Lines changed: 30 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Spearmint helps developers easily create functional React/Redux/Endpoint/Paint T
66

77
Download spearmint @ spearmintjs.com. Available for Mac OS and Windows.
88

9+
<br>
10+
911
### React Testing
1012
<hr>
1113
To run React tests generated by spearmint, install the following in your dev dependencies.
@@ -20,16 +22,28 @@ To run Hooks / Context tests generated by spearmint, install the following in yo
2022

2123
npm i -D @testing-library/react-hooks
2224

25+
<br>
26+
2327
### Endpoint Testing
2428
<hr>
2529
To run Endpoint tests generated by spearmint, install the following in your dev dependencies.
2630

2731
npm i -D jest supertest
2832

33+
<br>
34+
35+
### Puppeteer Testing
36+
<hr>
2937
To run Puppeteer tests generated by spearmint, install the following in your dev dependencies.
3038

3139
npm i -D jest puppeteer
3240

41+
42+
<br>
43+
44+
### Accessiblity Testing
45+
<hr>
46+
3347
To run Accessibility tests generated by spearmint on HTML, install the following in your dev dependencies.
3448

3549
npm i -D axe-core regenerator jest
@@ -42,7 +56,10 @@ To run Accessibility tests generated by spearmint on URL's with Puppeteer, insta
4256

4357
npm i -D axe-core
4458

45-
## How it works
59+
60+
<br>
61+
62+
# How it works
4663

4764
1. On the initial screen, enter the URL of your project and load your application to start creating tests.
4865

@@ -58,29 +75,30 @@ To run Accessibility tests generated by spearmint on URL's with Puppeteer, insta
5875

5976
![](/public/testfile.png?raw=true)
6077

61-
## Team
78+
### Team
79+
<hr>
6280

6381
> Alex [@apark0720](https://github.com/apark0720) &nbsp;&middot;&nbsp;
82+
> Alfred [@astaiglesia](https://github.com/astaiglesia) &nbsp;&middot;&nbsp;
83+
> Annie [@annieshinn](https://github.com/annieshinn) &nbsp;&middot;&nbsp;
6484
> Ben [@bkwak](https://github.com/bkwak) &nbsp;&middot;&nbsp;
65-
> Charlie [@charlie-maloney](https://github.com/charlie-maloney) &nbsp;&middot;&nbsp;
66-
> Chloe [@HeyItsChloe](https://github.com/HeyItsChloe) <br />
85+
> Charlie [@charlie-maloney](https://github.com/charlie-maloney) <br />
86+
> Chloe [@HeyItsChloe](https://github.com/HeyItsChloe) &nbsp;&middot;&nbsp;
6787
> Cornelius [@corneeltron](https://github.com/corneeltron) &nbsp;&middot;&nbsp;
6888
> Dave [@davefranz](https://github.com/davefranz) &nbsp;&middot;&nbsp;
6989
> Evan [@Berghoer](https://github.com/Berghoer) &nbsp;&middot;&nbsp;
70-
> Johnny [@johnny-lim](https://github.com/johnny-lim) <br />
90+
> Gabriel [@bielchristo](https://github.com/bielchristo) <br />
91+
> Johnny [@johnny-lim](https://github.com/johnny-lim) &nbsp;&middot;&nbsp;
7192
> Julie [@julicious100](https://github.com/julicious100) &nbsp;&middot;&nbsp;
7293
> Karen [@karenpinilla](https://github.com/karenpinilla) &nbsp;&middot;&nbsp;
7394
> Linda [@lcwish](https://github.com/lcwish) &nbsp;&middot;&nbsp;
7495
> Luis [@Luis-KM-Lo](https://github.com/Luis-KM-Lo) <br />
7596
> Mike [@mbcoker](https://github.com/mbcoker) &nbsp;&middot;&nbsp;
7697
> Natlyn [@natlynp](https://github.com/natlynp) &nbsp;&middot;&nbsp;
7798
> Nick [@nicolaspita](https://github.com/nicolaspita) &nbsp;&middot;&nbsp;
78-
> Rachel [@rachethecreator](https://github.com/rachethecreator) <br />
79-
> Sean [@sean-haverstock](https://github.com/Sean-Haverstock) &nbsp;&middot;&nbsp;
80-
> Sieun [@sieunjang](https://github.com/sieunjang) &nbsp;&middot;&nbsp;
81-
> Tristen [@twastell](https://github.com/twastell) <br />
82-
> Annie [@annieshinn](https://github.com/annieshinn) &nbsp;&middot;&nbsp;
99+
> Rachel [@rachethecreator](https://github.com/rachethecreator) &nbsp;&middot;&nbsp;
100+
> Sean [@sean-haverstock](https://github.com/Sean-Haverstock) <br />
83101
> Sharon [@sharon-zhu](https://github.com/sharon-zhu) &nbsp;&middot;&nbsp;
84-
> Gabriel [@bielchristo](https://github.com/bielchristo) &nbsp;&middot;&nbsp;
102+
> Sieun [@sieunjang](https://github.com/sieunjang) &nbsp;&middot;&nbsp;
85103
> Tolan [@taoantaoan](https://github.com/taoantaoan) &nbsp;&middot;&nbsp;
86-
> Alfred [@astaiglesia](https://github.com/astaiglesia)
104+
> Tristen [@twastell](https://github.com/twastell) <br />

src/pages/About/About.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@ const About = ({ dispatch: dispatchToGlobal }: { dispatch: (action: Action) => v
107107
<h2>Team</h2>
108108
<blockquote>
109109
<p>
110+
Alfred <a href='https://github.com/astaiglesia'>@staiglesia</a>  ·  Annie{' '}
111+
<a href='https://github.com/annieshinn'>@annieshinn</a>  ·  Gabriel{' '}
112+
<a href='https://github.com/bielchristo'>@bielchristo</a>  ·  Sharon{' '}
113+
<a href='https://github.com/sharon-zhu'>@sharon-zhu</a>  ·  Tolan{' '}
114+
<a href='https://github.com/taoantaoan'>@taoantaoan</a> <br></br>
110115
Ben <a href='https://github.com/bkwak'>@bkwak</a>  ·  Evan{' '}
111116
<a href='https://github.com/Berghoer'>@Berghoer</a>  ·  Nicolas{' '}
112117
<a href='https://github.com/nicolaspita'>@nicolaspita</a>  ·  Luis{' '}

0 commit comments

Comments
 (0)