]> git.ipfire.org Git - thirdparty/bulma.git/commit
Setup Cypress tests for box and button
authorJeremy Thomas <bbxdesign@gmail.com>
Sat, 30 Oct 2021 20:13:53 +0000 (21:13 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Sat, 30 Oct 2021 20:13:53 +0000 (21:13 +0100)
commit69a991ade1dc877d13578f009824c5023b13dc0d
tree75c6767376497780b989d882d2d5f52f205a0bff
parenta6cd4f302edcd60d438c9dad1db4b39ab08da7a9
Setup Cypress tests for box and button
18 files changed:
cypress.json [new file with mode: 0644]
cypress/fixtures/example.json [new file with mode: 0644]
cypress/integration/.gitignore [new file with mode: 0644]
cypress/integration/elements/box.spec.js [new file with mode: 0644]
cypress/integration/elements/button.spec.js [new file with mode: 0644]
cypress/plugins/index.js [new file with mode: 0644]
cypress/support/commands.js [new file with mode: 0644]
cypress/support/index.js [new file with mode: 0644]
docs/_layouts/cypress.html [new file with mode: 0644]
docs/_layouts/default.html
docs/_sass/components/categories.scss
docs/bulma.scss [new file with mode: 0644]
docs/css/bulma.css [new file with mode: 0644]
docs/cypress/elements/box.html [new file with mode: 0644]
docs/cypress/elements/button.html [new file with mode: 0644]
docs/package.json
package-lock.json
package.json