add export html or json example

This commit is contained in:
Hans Pagel
2020-08-20 17:53:28 +02:00
parent 915834a799
commit e2642526a0
3 changed files with 113 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
context('export-html-or-json', () => {
beforeEach(() => {
cy.visit('/examples/export-html-or-json')
})
})