-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlighthouse-paths.js
52 lines (51 loc) · 1.33 KB
/
lighthouse-paths.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
const PATHS_TO_TEST = [
"/",
"/about",
"/about/staff",
"/about/trustees",
"/work-with-us",
"/people-we-support",
"/people-we-support/case-study/jess",
"/blog",
"/blog/category/general",
"/blog/covid-19-update-clients-at-the-centre-of-our-covid-19-strategy",
"/blog/search?searchText=test",
"/projects",
"/projects/all",
"/projects/search?searchText=test",
"/projects/talking-mats-aac",
"/resources",
"/resources/all",
"/resources/all?page=2",
"/resources/abc-with-core-words",
"/resources/a5-communication-book-direct-access",
"/resources/look2talk",
"/resources/you-matter",
"/resources/gridwiz",
"/404",
"/contact",
"/form/contact",
"/learning",
"/learning/communication-partners-i",
"/learning/search",
"/search?searchText=look2talk",
"/getting-started",
"/getting-started/find-right-communication-aid",
"/getting-started/i-difficulty-accessing-computer-i",
"/getting-started/what-is-aac-what-is-at",
"/services",
"/services/self-funded-assessments",
"/services/partnerships",
"/services/assessments",
"/services/engineering",
"/services/advice-information",
"/services/research",
"/services/nhs",
"/services/nhs/assessments",
"/technical-support",
"/get-involved",
"/get-involved/donate",
"/login",
"/information-appointments",
];
module.exports = PATHS_TO_TEST;