Skip to content

Commit fa26499

Browse files
authored
Update README.md
1 parent 4132572 commit fa26499

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
This is a app generated using @rails/webpacker with react and typescript defaults
22

33
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
411

512
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`
613

@@ -14,5 +21,5 @@ Install dependencies and open cypress with
1421

1522
```
1623
yarn install
17-
yarn cypress open` and selecting
24+
yarn cypress open
1825
```

0 commit comments

Comments
 (0)