Skip to content

Commit 7e90e09

Browse files
committed
chore: fix deps for examples
1 parent 079971e commit 7e90e09

File tree

17 files changed

+3761
-4183
lines changed

17 files changed

+3761
-4183
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
save-exact=true
2+
registry=https://registry.npmjs.org

examples/component-testing/create-react-app/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
# testing
99
/coverage
10+
/testplane-report
1011

1112
# production
1213
/build
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
save-exact=true
2+
registry=https://registry.npmjs.org

examples/component-testing/create-react-app/package-lock.json

Lines changed: 572 additions & 572 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/component-testing/create-react-app/testplane.config.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export default {
2+
gridUrl: "local",
23
baseUrl: "http://localhost",
34
automationProtocol: "devtools",
45
sessionsPerBrowser: 1,
@@ -26,9 +27,9 @@ export default {
2627
}
2728
},
2829
plugins: {
29-
"html-reporter/hermione": {
30+
"html-reporter/testplane": {
3031
enabled: true,
31-
path: "hermione-report",
32+
path: "testplane-report",
3233
defaultView: "all",
3334
diffMode: "3-up-scaled"
3435
}

examples/component-testing/react-redux/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
# testing
99
/coverage
10+
/testplane-report
1011

1112
# production
1213
/build
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
save-exact=true
2+
registry=https://registry.npmjs.org

examples/component-testing/react-redux/package-lock.json

Lines changed: 560 additions & 560 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/component-testing/react-redux/testplane.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export default {
2+
gridUrl: "local",
23
baseUrl: "http://localhost",
3-
automationProtocol: "devtools",
44
sessionsPerBrowser: 1,
55
testsPerSession: 10,
66
windowSize: "1280x1024",
@@ -26,9 +26,9 @@ export default {
2626
}
2727
},
2828
plugins: {
29-
"html-reporter/hermione": {
29+
"html-reporter/testplane": {
3030
enabled: true,
31-
path: "hermione-report",
31+
path: "testplane-report",
3232
defaultView: "all",
3333
diffMode: "3-up-scaled"
3434
}

examples/drag-and-drop/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33

44
.testplane
55
testplane-report
6+
testplane

0 commit comments

Comments
 (0)