]> git.ipfire.org Git - thirdparty/bulma.git/commit
Setup cypress (#3436)
authorJeremy Thomas <bbxdesign@gmail.com>
Sun, 8 May 2022 12:55:16 +0000 (13:55 +0100)
committerGitHub <noreply@github.com>
Sun, 8 May 2022 12:55:16 +0000 (13:55 +0100)
commit0ce084170a59af8615c419f1a33c2941b3711991
tree4007aad85a458122b418a1b3b1aae4fb0953deb9
parent895b77b3a9c2cfd199b97d2cd602213ee76dac2e
Setup cypress (#3436)

* Setup Cypress tests for box and button

* Add container tests

* Add Cypress workflow

* Use npm install

* Update Cypress workflow

* Add Jekyll build

* Test other action

* Test custom setup

* Use other ruby action

* Test without flag

* Move cypress to docs folder

* Record runs

* Add Content, Icon, Image specs

* Add Notification specs

* Add Progress and Table specs

* Add Tags specs

* Add Title specs

* Add breadcrumb specs

* Add more specs

* Add media specs

* Add menu specs

* Add modal specs

* Add navbar specs

* Add pagination specs

* Add panel specs

* Add tabs specs, Add form checkbox radio specs

* Add utils

* Add file specs

* Add input textarea specs

* Add select specs

* Add form tools specs

* Add other elements specs

* Add footer and hero specs

* Add Hero specs

* Add section specs

* Add grid specs

* Add column sizes specs

* Add tiles specs

* Add generic specs

* Fix generic tests

* Make font family test looser

* Remove system-ui test

* Remove important flag

* Fix disabled select color
97 files changed:
.github/workflows/main.yml [new file with mode: 0644]
css/bulma-rtl.css
css/bulma-rtl.css.map
css/bulma-rtl.min.css
css/bulma.css
css/bulma.css.map
css/bulma.min.css
docs/_layouts/cypress.html [new file with mode: 0644]
docs/bulma.scss [new file with mode: 0644]
docs/css/bulma-docs.css
docs/css/bulma-docs.min.css
docs/css/bulma.css [new file with mode: 0644]
docs/cyp/base/generic.html [new file with mode: 0644]
docs/cyp/components/breadcrumb.html [new file with mode: 0644]
docs/cyp/components/card.html [new file with mode: 0644]
docs/cyp/components/dropdown.html [new file with mode: 0644]
docs/cyp/components/menu.html [new file with mode: 0644]
docs/cyp/components/message.html [new file with mode: 0644]
docs/cyp/components/modal.html [new file with mode: 0644]
docs/cyp/components/navbar.html [new file with mode: 0644]
docs/cyp/components/pagination.html [new file with mode: 0644]
docs/cyp/components/panel.html [new file with mode: 0644]
docs/cyp/components/tabs.html [new file with mode: 0644]
docs/cyp/elements/box.html [new file with mode: 0644]
docs/cyp/elements/button.html [new file with mode: 0644]
docs/cyp/elements/container.html [new file with mode: 0644]
docs/cyp/elements/content.html [new file with mode: 0644]
docs/cyp/elements/icon.html [new file with mode: 0644]
docs/cyp/elements/image.html [new file with mode: 0644]
docs/cyp/elements/notification.html [new file with mode: 0644]
docs/cyp/elements/other.html [new file with mode: 0644]
docs/cyp/elements/progress.html [new file with mode: 0644]
docs/cyp/elements/table.html [new file with mode: 0644]
docs/cyp/elements/tag.html [new file with mode: 0644]
docs/cyp/elements/title.html [new file with mode: 0644]
docs/cyp/form/checkbox-radio.html [new file with mode: 0644]
docs/cyp/form/file.html [new file with mode: 0644]
docs/cyp/form/input-textarea.html [new file with mode: 0644]
docs/cyp/form/select.html [new file with mode: 0644]
docs/cyp/form/tools.html [new file with mode: 0644]
docs/cyp/grid/columns.html [new file with mode: 0644]
docs/cyp/grid/tiles.html [new file with mode: 0644]
docs/cyp/layout/footer.html [new file with mode: 0644]
docs/cyp/layout/hero.html [new file with mode: 0644]
docs/cyp/layout/level.html [new file with mode: 0644]
docs/cyp/layout/media.html [new file with mode: 0644]
docs/cyp/layout/section.html [new file with mode: 0644]
docs/cypress.json [new file with mode: 0644]
docs/cypress/.gitignore [new file with mode: 0644]
docs/cypress/fixtures/example.json [new file with mode: 0644]
docs/cypress/integration/.gitignore [new file with mode: 0644]
docs/cypress/integration/base/generic.spec.js [new file with mode: 0644]
docs/cypress/integration/components/breadcrumb.spec.js [new file with mode: 0644]
docs/cypress/integration/components/card.spec.js [new file with mode: 0644]
docs/cypress/integration/components/dropdown.spec.js [new file with mode: 0644]
docs/cypress/integration/components/level.spec.js [new file with mode: 0644]
docs/cypress/integration/components/media.spec.js [new file with mode: 0644]
docs/cypress/integration/components/menu.spec.js [new file with mode: 0644]
docs/cypress/integration/components/message.spec.js [new file with mode: 0644]
docs/cypress/integration/components/modal.spec.js [new file with mode: 0644]
docs/cypress/integration/components/navbar.spec.js [new file with mode: 0644]
docs/cypress/integration/components/pagination.spec.js [new file with mode: 0644]
docs/cypress/integration/components/panel.spec.js [new file with mode: 0644]
docs/cypress/integration/components/tabs.spec.js [new file with mode: 0644]
docs/cypress/integration/elements/box.spec.js [new file with mode: 0644]
docs/cypress/integration/elements/button.spec.js [new file with mode: 0644]
docs/cypress/integration/elements/container.spec.js [new file with mode: 0644]
docs/cypress/integration/elements/content.spec.js [new file with mode: 0644]
docs/cypress/integration/elements/icon.spec.js [new file with mode: 0644]
docs/cypress/integration/elements/image.spec.js [new file with mode: 0644]
docs/cypress/integration/elements/notification.spec.js [new file with mode: 0644]
docs/cypress/integration/elements/other.spec.js [new file with mode: 0644]
docs/cypress/integration/elements/progress.spec.js [new file with mode: 0644]
docs/cypress/integration/elements/table.spec.js [new file with mode: 0644]
docs/cypress/integration/elements/tag.spec.js [new file with mode: 0644]
docs/cypress/integration/elements/title.spec.js [new file with mode: 0644]
docs/cypress/integration/form/checkbox-radio.spec.js [new file with mode: 0644]
docs/cypress/integration/form/file.spec.js [new file with mode: 0644]
docs/cypress/integration/form/input-textarea.spec.js [new file with mode: 0644]
docs/cypress/integration/form/select.spec.js [new file with mode: 0644]
docs/cypress/integration/form/tools.spec.js [new file with mode: 0644]
docs/cypress/integration/grid/columns.spec.js [new file with mode: 0644]
docs/cypress/integration/grid/tiles.spec.js [new file with mode: 0644]
docs/cypress/integration/layout/footer.spec.js [new file with mode: 0644]
docs/cypress/integration/layout/hero.spec.js [new file with mode: 0644]
docs/cypress/integration/layout/section.spec.js [new file with mode: 0644]
docs/cypress/integration/utils.js [new file with mode: 0644]
docs/cypress/plugins/index.js [new file with mode: 0644]
docs/cypress/support/commands.js [new file with mode: 0644]
docs/cypress/support/index.js [new file with mode: 0644]
docs/cypress/videos/elements/box.spec.js.mp4 [deleted file]
docs/cypress/videos/elements/button.spec.js.mp4 [deleted file]
docs/cypress/videos/elements/container.spec.js.mp4 [deleted file]
docs/images/placeholders/1x1.png [new file with mode: 0644]
docs/package-lock.json
docs/package.json
sass/form/select.sass