## Description - This PR does the below: - EnterJsContext to use ToggleJSMode - Adding limited-tests.txt to gitignore - Added S3, Arango Documentation verify - Added Arango Widget binding + validation to Insert data - Upgraded Cypress from 12.17.2 to 12.17.4 - Update Arango spec to read DS values from TestConfig.ts file instead of dataSources.json - Arango Suggested widget + Schema search - Flaky fix - Regression/ServerSide/QueryPane/DSDocs_Spec.ts - Flaky fix - GenerateCRUD/Postgres1_Spec.ts - improving NavigateBacktoEditor() method to tackle all Deploy to Edit mode navigations (to monitor) - Viewport updated for sharper screenshots/videos - Improve waitForServerRestart js support method (+ server restart timeout increased) - Fix Binding/API_with_List_Widget_spec.js - 3rd case - Widgets/WidgetPropertySetters_spec.ts - updated - Flaky fix - ServerSide/QueryPane/S3_1_spec.js - 1st case - Binding/Promises_1_Spec.ts - ClientSide/BugTests/ApiBugs_Spec.ts - Update TedTestConfig to DataManager since out of TED datasources are also present in this file like Arango, Elastic Mssql etc - Improved AssertPropertiesDropDownCurrentValue() #### Type of change - Script fix & New scripts (non-breaking change which fixes an issue) ## Testing > #### How Has This Been Tested? - [X] Cypress CI runs > > ## Checklist: #### QA activity: - [X] Added `Test Plan Approved` label after changes are reviewed
68 lines
821 B
Plaintext
Executable File
68 lines
821 B
Plaintext
Executable File
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
.pnp.*
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
/stacks
|
|
|
|
# production
|
|
build
|
|
dist
|
|
# used to pack build artifacts in CI
|
|
build.tar
|
|
/build_airgap
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
.env*
|
|
!.env.example
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
/out
|
|
/public/fonts/*
|
|
/src/assets/icons/fonts/*
|
|
.idea
|
|
.storybook-out/
|
|
cypress/videos
|
|
cypress/screenshots
|
|
cypress/limited-tests.txt
|
|
cypress.env.json
|
|
results/
|
|
|
|
|
|
/docker/*.pem
|
|
/docker/nginx.conf
|
|
/docker/nginx-root.conf
|
|
|
|
storybook-static/*
|
|
build-storybook.log
|
|
|
|
.eslintcache
|
|
.vscode
|
|
TODO
|
|
|
|
/nginx
|
|
|
|
/public/static/wds/
|
|
|
|
storybook-static
|
|
stats.json
|
|
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|