File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
on :
4
4
push :
5
- branches : [ master ]
5
+ branches : [ main ]
6
6
pull_request :
7
- branches : [ master ]
7
+ branches : [ main ]
8
8
9
9
jobs :
10
10
build :
13
13
14
14
strategy :
15
15
matrix :
16
- node-version : [12.x]
16
+ node-version : [12.x, 14.x ]
17
17
18
18
env :
19
19
HEADLESS : true
Original file line number Diff line number Diff line change 2
2
3
3
A harness to capture all QUnit output. See the documentation for details:
4
4
5
- https://github.com/fluid-project/fluid-webdriver/blob/master /docs/qunit-harness.md
5
+ https://github.com/fluid-project/fluid-webdriver/blob/main /docs/qunit-harness.md
6
6
7
7
*/
8
8
/* eslint-env node */
Original file line number Diff line number Diff line change 2
2
3
3
A wrapper around the `selenium-webdriver` package. See the documentation for details:
4
4
5
- https://github.com/fluid-project/fluid-webdriver/blob/master /docs/webdriver.md
5
+ https://github.com/fluid-project/fluid-webdriver/blob/main /docs/webdriver.md
6
6
7
7
*/
8
8
/* eslint-env node */
Original file line number Diff line number Diff line change 2
2
3
3
A harness to run tests in a range of browsers. See the documentation for details:
4
4
5
- https://github.com/fluid-project/fluid-webdriver/blob/master /docs/allBrowsers.md
5
+ https://github.com/fluid-project/fluid-webdriver/blob/main /docs/allBrowsers.md
6
6
7
7
*/
8
8
/* eslint-env node */
Original file line number Diff line number Diff line change 2
2
3
3
Fluid IoC test fixtures for use with `fluid.webdriver`. See the documentation for details:
4
4
5
- https://github.com/fluid-project/fluid-webdriver/blob/master /docs/fixtures.md
5
+ https://github.com/fluid-project/fluid-webdriver/blob/main /docs/fixtures.md
6
6
7
7
*/
8
8
/* eslint-env node */
You can’t perform that action at this time.
0 commit comments