1
0
Fork 0
mirror of synced 2024-09-02 18:51:36 +12:00
budibase/packages/builder
Mitch-Budibase 1e91fa644f Smoke build Test Changes
Update createTable test command
createTable command
- Changing how a check is completed when dealing with the create table modals

appPublishWorkflow
- Increasing timeout value related to the app table status
- This increased timeout value is needed specifically for CI runs

MySQL
- Timing issue for the smoke build
- Including an intercept after saving a query and then confirming it exists. Sometimes Cypress tries to find the query within the nav item section before the query has finished

PostgreSQL
- Timing issue for the smoke build
- Sometimes Cypress will continue the test before the page has finished reloading. Increased timeout value here to ensure the page loads. Also ensuring the entire nav item section is visible
2022-08-25 18:52:36 +01:00
..
.vscode
assets
build
cypress Smoke build Test Changes 2022-08-25 18:52:36 +01:00
scripts post failure notification 2022-08-22 13:15:03 +01:00
src Merge pull request #7399 from R2bEEaton/import-users-csv-carriage-return 2022-08-25 12:49:56 +01:00
.gitignore
babel.config.js
CONTRIBUTING.md
cypress.json Smoke Build Changes - Timing issues 2022-07-07 11:07:05 +01:00
index.html
LICENSE.md
nuxt.config.js
package.json v1.2.44-alpha.8 2022-08-25 12:01:32 +00:00
README.md
reporterConfig.json merging report inline HTML, fixing webhook to prevent 400s from discord 2022-05-20 16:47:09 +01:00
routify.config.js
tsconfig.build.json Dev improvements - remove need to rebuilds of backend-core/dist and enable debugging when running tests and backend services, use source directly using typescript and jest path mappings 2022-06-10 22:57:12 +01:00
tsconfig.json Dev improvements - remove need to rebuilds of backend-core/dist and enable debugging when running tests and backend services, use source directly using typescript and jest path mappings 2022-06-10 22:57:12 +01:00
vite.config.js cherry picking moving release url to backend 2022-06-30 12:55:07 +01:00
yarn.lock Merge branch 'master' into develop 2022-07-27 16:32:36 -04:00

Get Started

yarn install

Vite dev server (port 3000): yarn run dev Build yarn run build