File tree 3 files changed +12
-3
lines changed 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
public /
2
2
node_modules /
3
3
dist
4
+ cypress /videos
Original file line number Diff line number Diff line change 1
- # cypress-react-unit-test [ ![ Build Status] ( https://travis-ci.org/bahmutov/cypress-react-unit-test.svg?branch=master )] ( https://travis-ci.org/bahmutov/cypress-react-unit-test )
1
+ # cypress-react-unit-test [ ![ Build Status] ( https://travis-ci.org/bahmutov/cypress-react-unit-test.svg?branch=master )] ( https://travis-ci.org/bahmutov/cypress-react-unit-test ) [ ![ Cypress.io tests ] ( https://img.shields.io/badge/cypress.io-tests-green.svg?style=flat-square )] ( https://dashboard.cypress.io/#/projects/z9dxah )
2
2
3
3
> Unit test React components using Cypress
4
4
@@ -36,4 +36,11 @@ All components are in [src](src) folder. All tests are in [cypress/integration](
36
36
* [ hello-x-spec.js] ( cypress/integration/hello-x-spec.js ) - testing React component with props and state [ hello-x.jsx] ( src/hello-x.jsx )
37
37
* [ counter-spec.js] ( cypress/integration/counter-spec.js ) clicks on the component and confirms the result
38
38
* [ stateless-spec.js] ( cypress/integration/stateless-spec.js ) shows testing a stateless component from [ stateless.jsx] ( src/stateless.jsx )
39
- * separate repo [ bahmutov/calculator] ( https://github.com/bahmutov/calculator ) tests multiple components
39
+ * separate repo [ bahmutov/calculator] ( https://github.com/bahmutov/calculator ) tests multiple components
40
+
41
+ ## Related tools
42
+
43
+ Same feature for unit testing components from other framesworks using Cypress
44
+
45
+ * [ cypress-vue-unit-test] ( https://github.com/bahmutov/cypress-vue-unit-test ) for Vue.js
46
+ * [ cypress-hyperapp-unit-test] ( https://github.com/bahmutov/cypress-hyperapp-unit-test ) for Hyperapp
Original file line number Diff line number Diff line change 1
1
{
2
2
"viewportWidth" : 300 ,
3
3
"viewportHeight" : 100 ,
4
- "port" : 3456
4
+ "videoRecording" : false ,
5
+ "projectId" : " z9dxah"
5
6
}
You can’t perform that action at this time.
0 commit comments