Skip to content

Commit 7118249

Browse files
committed
Initial End-to-End Testing Readme
1 parent 2de9990 commit 7118249

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

sandboxes/README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Reactime End-to-End Testing
2+
3+
This folder contains automated tests as well as manual tests. The automated Jest / Puppeteer tests can be run by issuing the npm test command from within the root of the automated-tests directory.
4+
5+
Manual tests have been created for both Concurrent Mode and NextJS. These sandboxes can be launched manually by issuing the npm start command from within either of these directories. They can also be automated by using the same logic used for automated testing.
6+
7+
Automated Tests
8+
9+
- useState
10+
- useEffect
11+
- useContext
12+
- useMemo
13+
- Redux
14+
- React Router
15+
- setState
16+
- Conditional setState
17+
- componentDidMount
18+
19+
Manual Tests
20+
21+
- Concurrent Mode / Suspense
22+
- Next.js

0 commit comments

Comments
 (0)