Commit a735739
File tree
9 files changed
+9
-10
lines changedFilter options
- .github/workflows
- template
- bare
- base/src
- cypress-ct/src/__tests__
- nightwatch-ct/src/__tests__
- typescript/src
- vitest/src/__tests__
- config
- nightwatch/tests/e2e
- playwright/e2e
9 files changed
+9
-10
lines changed+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
167 | 167 |
|
168 | 168 |
|
169 | 169 |
|
170 |
| - |
171 |
| - |
| 170 | + |
172 | 171 |
|
173 | 172 |
|
174 | 173 |
|
|
template/bare/base/src/App.vue
Copy file name to clipboard+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
4 |
| - |
| 4 | + |
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
template/bare/cypress-ct/src/__tests__/App.cy.js
Copy file name to clipboardExpand all lines: template/bare/cypress-ct/src/__tests__/App.cy.js+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 |
| - |
| 6 | + |
7 | 7 |
|
8 | 8 |
|
template/bare/nightwatch-ct/src/__tests__/App.spec.js
Copy file name to clipboardExpand all lines: template/bare/nightwatch-ct/src/__tests__/App.spec.js+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
10 |
| - |
| 10 | + |
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
|
template/bare/typescript/src/App.vue
Copy file name to clipboard+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
4 |
| - |
| 4 | + |
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
template/bare/vitest/src/__tests__/App.spec.js
Copy file name to clipboardExpand all lines: template/bare/vitest/src/__tests__/App.spec.js+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
9 |
| - |
| 9 | + |
10 | 10 |
|
11 | 11 |
|
template/config/nightwatch/tests/e2e/example.js
Copy file name to clipboardExpand all lines: template/config/nightwatch/tests/e2e/example.js+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 |
| - |
| 7 | + |
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
|
template/config/playwright/e2e/vue.spec.js
Copy file name to clipboardExpand all lines: template/config/playwright/e2e/vue.spec.js+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 |
| - |
| 7 | + |
8 | 8 |
|
template/config/playwright/e2e/vue.spec.ts
Copy file name to clipboardExpand all lines: template/config/playwright/e2e/vue.spec.ts+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 |
| - |
| 7 | + |
8 | 8 |
|
0 commit comments