Robert Guss

Results 18 issues of Robert Guss

- decreased the left and right padding for the main content for `2xl` tailwind breakpoints which is `1536px`

- Installed the latest Cypress v.10 binary and configured: https://chakra-ui.com/guides/integrations/with-cra to use Cypress v.10

10.0-release CI
10.0-release Validation
UI Framework

- added a new CRA app with React Bootstrap: https://react-bootstrap.github.io/ - repo is setup and configured to use the latest Cypress v.10 binary - Imported and added CT tests for:...

10.0-release CI
10.0-release Validation
UI Framework

- created a new CRA app with Ant Design UI: https://ant.design - Added Components and tests for a few Ant components.

10.0-release CI
10.0-release Validation
UI Framework

10.0-release CI
10.0-release Validation
UI Framework

- Installed Cypress v.10 - Installed and wrote tests for various components from: https://github.com/vuejs/awesome-vue ## Components - Toastification: https://github.com/Maronato/vue-toastification/tree/main - Breadstick: https://github.com/codebender828/breadstick - Vue2 Datepicker: https://github.com/mengxiong10/vue2-datepicker - Vue Tour: https://pulsardev.github.io/vue-tour/...

10.0-release CI
10.0-release Validation

- Upgrade the vue-cli-2 repo to work with Cypress v10 - Installed and configured Vuetify - Added components and tests for various Vuetify components. - Installed https://github.com/dmtrKovalenko/cypress-real-events to handle "hovering"...

10.0-release Validation
UI Framework

- converted cypress.json to cypress.config.js per the docs here: https://deploy-preview-4201--cypress-docs.netlify.app/guides/getting-started/component-framework-configuration#React-Create-React-App - removed the plugins/index.js file.