File tree Expand file tree Collapse file tree 6 files changed +8
-2
lines changed
cypress/integration/renderers Expand file tree Collapse file tree 6 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -32,4 +32,4 @@ before_script:
3232script :
3333 - yarn lint
3434 - yarn test -i && yarn codecov
35- - yarn cypress run --config watchForFileChanges=false,video=false
35+ - yarn cypress run --config watchForFileChanges=false --record --key $CYPRESS_KEY
Original file line number Diff line number Diff line change 1- {}
1+ {
2+ "projectId" : " rryrv7"
3+ }
Original file line number Diff line number Diff line change 33describe ( 'Renderers: default' , ( ) => {
44 before ( ( ) => {
55 cy . visit ( '/../../../example/docs/module-better-components_BetterCounter.html' ) ;
6+ cy . screenshot ( ) ;
67 } ) ;
78
89 it ( 'should renders module name correctly' , ( ) => {
Original file line number Diff line number Diff line change 33describe ( 'Renderers: docstrap' , ( ) => {
44 before ( ( ) => {
55 cy . visit ( '/../../../example/docs-docstrap//module-better-components_BetterCounter.html' ) ;
6+ cy . screenshot ( ) ;
67 } ) ;
78
89 it ( 'should renders module name correctly' , ( ) => {
Original file line number Diff line number Diff line change 33describe ( 'Renderers: minami' , ( ) => {
44 before ( ( ) => {
55 cy . visit ( '/../../../example/docs-minami/module-better-components_BetterCounter.html' ) ;
6+ cy . screenshot ( ) ;
67 } ) ;
78
89 it ( 'should renders module name correctly' , ( ) => {
Original file line number Diff line number Diff line change 33describe ( 'Renderers: tui' , ( ) => {
44 before ( ( ) => {
55 cy . visit ( '/../../../example/docs-tui/module-better-components_BetterCounter.html' ) ;
6+ cy . screenshot ( ) ;
67 } ) ;
78
89 it ( 'should renders module name correctly' , ( ) => {
You can’t perform that action at this time.
0 commit comments