add the strike extension documentation

This commit is contained in:
Hans Pagel
2020-09-10 11:53:03 +02:00
parent 236ad6e21a
commit 868ffb4d66
5 changed files with 72 additions and 46 deletions

View File

@@ -0,0 +1,5 @@
context('/api/extensions/strike', () => {
beforeEach(() => {
cy.visit('/api/extensions/strike')
})
})