Increased timeout values within the following commands:
- applicationInAppTable
- createTable
These will assist with the createApp tests that failed due to timing issues on the CI run
Updating a couple of tests within createView
- Timing issues
- Ensuring we get the correct element for testing
Also updated QueryLevelTransformers test
- Timing issue
- I've extended the timeout value for when checking the nav item content (passes locally but timed out on the CI run)
Updated selectExternalDatasource command
Altered Query Level Transformers to include a page reload. Not having this reload was occasionally affecting the test run
* allow proxy upstream urls to be configured at runtime
* make dynamic upstream urls in proxy the default behaviour
* reorder env directives
* Use appVersion for proxy image
* Update couch upstream for proxy
* proxy ci updates - WIP
* allowing custom resolvers in proxy service deployment
* remove generateProxyConf script for prod and remove from builds
* remove generateProxyConfig script
* removing nginx dev conf
* delete generated nginx conf
Co-authored-by: Thomas Weiß <panos@unbunt.org>
Co-authored-by: Martin McKeaveney <martinmckeaveney@gmail.com>
* Update .npmignore path to include all subdirectories of dist
The dist/* pattern was including only the first level of files inside
the dist folder.
Update to no longer wildcard to include all the folder contents
* Only build pro after bootstrapping and after backend-core build
This protects against the scenario of a breaking change in backend-core
that is relied on by the pro package.
Introducing to fix the current build as the published backend-core package is corrupted.
This change ensures the local filsystem version of core will be used.
* Debug line
* Debug lines
* Update build script
Skipping Cypress tests associated with the following:
- Account Portals
- App Overview
- Create Automation
We now have E2E coverage of these tests via QA Wolf