You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,13 @@
1
1
This is a app generated using @rails/webpacker with react and typescript defaults
2
2
3
3
It is an attempt to get it working with https://github.com/bahmutov/cypress-react-unit-test so I have added a very basic component test and the loadWebpack config
4
+
Almost everything here is from a default rails app(required to use webpacker) but the only things of concern are getting the cypress component test working.
5
+
6
+
The only modified files are
7
+
- cypress.json
8
+
- cypress/plugins/index.js
9
+
- cypress/support/index.js
10
+
- app/javascript/components
4
11
5
12
Currently there are two issue that seem to be blocking this from working. You see these errors when trying to run the component test `Hello.spec.tsx`
6
13
@@ -14,5 +21,5 @@ Install dependencies and open cypress with
0 commit comments