Commit 39b40e4
authored
test(wtr): windows compat, kinda (#5578)
* chore(ci): use GitHub Actions for cross-platform tests, not SuaceLabs
Don't delete SauceLabs tho
(yet)
* chore: not a template string
* test(integration): disable flaky tests (temporarily)
* chore(integration-tests): remove leading `test-` from filenames
It's implicit in the files being in the test directory and long filenames cause problems on windows
* chore(integration-tests): `delegate-focus-` -> `delegates-focus-`
* chore(integration-tests): rename `tab-index-` to `tabindex-`
* chore(integration-tests): remove `-elements`
* chore(integration-tests): rename `previous-` to `prev-`
* test(integration-tests): await async method
* chore(integration-tests): fully remove `test-` prefix
* test(integration-tests): derive test names instead of hard-coding
easier to maintain and uncovered a few broken tests!
* chore(integration-tests): rename way-too-long test name
* chore(ci): attempt to run bash on windows
and everywhere
* chore(ci): declare env vars in more cross-platform manner
* chore(ci): run yarn install in bash
* chore(ci): give up and use cross-env
* chore(ci): try without `exec`
* test(wtr): change variable name
is SAUCE defined in CI?
* chore(ci): remove saucelabs
* test(ci): run unit tests on windows
* chore(ci): why different?
* chore(ci): avoid unnecessasry rebuild
* chore(ci): windows compat
* Revert "chore(ci): windows compat"
This reverts commit e4279e3.
* chore(ci): windows compat
* chore(ci): update actions versions
* chore(ci): install chromedriver as part of setup-chrome
* chore(ci): more sloppy windows compat
* chore(ci): more windowsy
* chore: add package manager
* chore(ci): more windowsy
* chore(ci): more windowsy
* chore(ci): more windowsy
* chore(ci): crlf smh
* chore(ci): revert setup-chrome@v2
* chore: include call stack
* chore: debug
* chore: actually, nvm
don't need to change this file for this task
* test(wtr): jsdoc for the doc gods
* chore(ci): update input descriptions
* chore: revert unrelated changes
* chore: more windowsy
* chore: revert unrelated changes
* test(wtr): disable tests broken on windows
* revert: just log text
* chore(ci): remove unnecessary env var
* chore(ci): add names for clarity
* chore: move `x` to `c`
maybe makes windows work
* chore: update usage of `x` to `c`
maybe makes windows work
* chore: update usage of `X-` to `C-`
maybe makes windows work
* test(wtr): fix scope tokens
* test(wtr): order can be different
* test(wtr): try to normalize filenames
* chore: update yarn.lock
* test(wtr): enable browser logs
* test(wtr): filter out [WDIO] logs
* test(wtr): try to fix windows
* test(wtr): no browser logs
they're mostly noise
* test(wtr): test objects in matrix
* Revert "test(wtr): test objects in matrix"
This reverts commit 4f1181c.
* chore(ci): split jobs to make faster, maybe
* chore(ci): fail-fast: false
* chore(ci): merge jobs
* chore(ci): merge more jobs
* chore(ci): reconfigure so it hopefully works
* chore(ci): consolidate hydration tests
* chore(ci): exclude engine-server flag + SSR v2 runtime combo
* chore(ci): add default env hydration tests
* chore(ci): use correct SSR package for hydration tests
* chore(ci): give up on windows
* chore(ci): give up on windows
* Revert "chore: move `x` to `c`"
This reverts commit 6f32328.
* test(wtr): revert usage of `c` to `x`
* Apply suggestion from @wjhsf
* test(wtr): revert `c-` to `x-`
* test(wtr): revert scope tokens
* test(wtr): re-enable tests that only fail on windows
* chore(ci): revert CI changes
* chore: restore saucelabs dep1 parent 8972e65 commit 39b40e4
File tree
11 files changed
+54
-38
lines changed- packages/@lwc
- integration-not-karma/configs/plugins
- rollup-plugin/src
- playground
- scripts/tasks
11 files changed
+54
-38
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
6 | 7 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
| 112 | + | |
112 | 113 | | |
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| |||
108 | 110 | | |
109 | 111 | | |
110 | 112 | | |
111 | | - | |
112 | | - | |
| 113 | + | |
| 114 | + | |
113 | 115 | | |
114 | 116 | | |
115 | 117 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
132 | 133 | | |
133 | 134 | | |
134 | 135 | | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
135 | 139 | | |
136 | 140 | | |
137 | 141 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
355 | | - | |
356 | | - | |
357 | | - | |
| 355 | + | |
358 | 356 | | |
359 | 357 | | |
360 | 358 | | |
361 | 359 | | |
362 | 360 | | |
363 | | - | |
364 | | - | |
365 | | - | |
366 | | - | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
367 | 368 | | |
368 | 369 | | |
369 | 370 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
| 102 | + | |
102 | 103 | | |
103 | 104 | | |
104 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
14 | | - | |
15 | | - | |
16 | 13 | | |
17 | 14 | | |
18 | 15 | | |
19 | 16 | | |
20 | 17 | | |
21 | | - | |
| 18 | + | |
22 | 19 | | |
23 | 20 | | |
24 | 21 | | |
| |||
28 | 25 | | |
29 | 26 | | |
30 | 27 | | |
31 | | - | |
| 28 | + | |
32 | 29 | | |
33 | 30 | | |
34 | | - | |
35 | | - | |
| 31 | + | |
| 32 | + | |
36 | 33 | | |
37 | 34 | | |
38 | 35 | | |
39 | 36 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
47 | 43 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
| 44 | + | |
0 commit comments