@@ -5,6 +5,7 @@ import { Action } from '../../utils/endpointTypes';
55
66const image1 = require ( '../../assets/images/newReact.png' ) ;
77const image2 = require ( '../../assets/images/testfile.png' ) ;
8+ const image3 = require ( '../../assets/images/spearmintHomepage.png' ) ;
89
910const About = ( { dispatch : dispatchToGlobal } : { dispatch : ( action : Action ) => void } ) => {
1011 const handleChangeBack = ( ) => {
@@ -17,11 +18,11 @@ const About = ({ dispatch: dispatchToGlobal }: { dispatch: (action: Action) => v
1718 < p >
1819 < img
1920 src = 'https://camo.githubusercontent.com/041cc375aaaec3fac464f67eb7e154f738485d47/68747470733a2f2f6c68352e676f6f676c6575736572636f6e74656e742e636f6d2f35477232645a58484a646d49694153735077397075742d366d52323065346731674f6b2d6166346b725245614a374e716b5a6e71584c44355167696f74664e48596847526833383748537164686a52777864774f76517a67394368686649725a7a30466478567536676b744274472d7379314d583658713336476d727a755f36475f4b374c44515a'
20- alt = ''
21+ alt = 'spearmint logo '
2122 />
2223 </ p >
2324 < p >
24- Spearmint helps developers easily create functional React/Redux/Endpoint/Paint Timing
25+ Spearmint helps developers easily create functional React/Redux/Endpoint/Paint Timing/Accessibility
2526 tests without writing any code. It dynamically converts user inputs into executable Jest
2627 test code by using DOM query selectors provided by @testing-library.
2728 </ p >
@@ -61,8 +62,8 @@ const About = ({ dispatch: dispatchToGlobal }: { dispatch: (action: Action) => v
6162 < pre >
6263 < code > npm i -D jest puppeteer</ code >
6364 </ pre >
64-
65-
65+
66+
6667 < p >
6768 To run Accessibility tests generated by spearmint on HTML, install the following in your dev dependencies.
6869 </ p >
@@ -94,8 +95,8 @@ const About = ({ dispatch: dispatchToGlobal }: { dispatch: (action: Action) => v
9495 </ ol >
9596 < p >
9697 < img
97- src = 'https://camo.githubusercontent.com/d3df988babfaac9eb93864d7d727d3e616f8bb22/68747470733a2f2f6c68342e676f6f676c6575736572636f6e74656e742e636f6d2f434146706f656652555578674e6f737564517563376761625352654669495f70755a5f57546a727a55537a423670674f5564513162616246326d784a716c326c433854512d6a6a564c4f674735516b6138535566463266692d7532483978535037725a5f305564706a2d49534650415930323855594b49555a63674f41706e6970565a7745377868'
98- alt = ''
98+ src = { image3 }
99+ alt = "Spearmint electron app's homepage"
99100 />
100101 </ p >
101102 < ol start = { 2 } >
@@ -107,7 +108,7 @@ const About = ({ dispatch: dispatchToGlobal }: { dispatch: (action: Action) => v
107108 </ li >
108109 </ ol >
109110 < p >
110- < img src = { image1 } alt = '' />
111+ < img src = { image1 } alt = 'React test generation page ' />
111112 </ p >
112113 < ol start = { 3 } >
113114 < li >
@@ -126,12 +127,12 @@ const About = ({ dispatch: dispatchToGlobal }: { dispatch: (action: Action) => v
126127 </ li >
127128 </ ol >
128129 < p >
129- < img src = { image2 } alt = '' />
130+ < img src = { image2 } alt = 'Puppeteer test generation page ' />
130131 </ p >
131132 < h2 > The Spearmint Team</ h2 >
132133 < blockquote >
133134 < p >
134- Alfred < a href = 'https://github.com/astaiglesia' > @staiglesia </ a > · Annie{ ' ' }
135+ Alfred < a href = 'https://github.com/astaiglesia' > @astaiglesia </ a > · Annie{ ' ' }
135136 < a href = 'https://github.com/annieshinn' > @annieshinn</ a > · Gabriel{ ' ' }
136137 < a href = 'https://github.com/bielchristo' > @bielchristo</ a > · Sharon{ ' ' }
137138 < a href = 'https://github.com/sharon-zhu' > @sharon-zhu</ a > · Tolan{ ' ' }
0 commit comments