You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Navigate to the repo folder and install test requirements
22
22
23
-
```bash
23
+
```
24
24
bash scripts/install_test_requirements.sh
25
25
```
26
26
27
+
* Install chrome driver and chrome for selenium (necessary for tests)
28
+
29
+
```
30
+
https://sites.google.com/chromium.org/driver/
31
+
```
32
+
33
+
```
34
+
https://www.google.com/chrome/
35
+
```
36
+
27
37
* Build the front end
28
38
29
-
```bash
39
+
```
30
40
bash scripts/build_frontend.sh
31
41
```
32
42
33
-
* You can also run `npm run start` to start a local frontend development server (on port 3000 by default) that responds to any changes in the frontend.
43
+
* Run the tests
44
+
45
+
```
46
+
bash scripts/run_tests.sh
47
+
```
48
+
49
+
* You can also start a local frontend development server (on port 3000 by default) that responds to any changes in the frontend.
0 commit comments