Mitch-Budibase
761ac69783
lint
4 years ago
Mitch-Budibase
eba7df7255
Updated createApp.spec.js
The test 'should provide filterable templates' was failing on the smoke build.
Updated to check existence of apps and act accordingly
4 years ago
Mitch-Budibase
d775fd7d5f
Fixed Table Pagination Tests
Previous issues with the second page loading - reloading the page solves it
4 years ago
Mitch-Budibase
85b1a594ea
Updated deleteApp function
Added a check for app name, function returns if app does not exist, rather than trying to delete
4 years ago
Mitch-Budibase
80e94d13d9
lint
4 years ago
Mitch-Budibase
db0b6f8441
Changing test structure when searching for applications
Search functionality is not available when only 1 app exists - Updating to reflect this
4 years ago
Mitch-Budibase
9ffd278d80
Changes to renameAnApplication & createUserAndRoles
renameAnApplication - changing the navigation to a direct URL rather than clicking the home logo button
createUserAndRoles - Removing the After action (now supports correct flow of tests)
4 years ago
Mitch-Budibase
5525859ba7
Adding and increasing wait times surrounding renameAnApplication.spec.js
Passes locally but looks like a timing issue when run against the CI.
Adding and increasing wait times to hopefully combat this. I will extend further if unsuccessful
4 years ago
Mitch-Budibase
69d6dbc23a
Updating tests to work with test Env
I've made some changes to the tests and commands file to allow for the tests to run within the Test env after the latest round of UI changes.
Some of these changes also allow for testing instances in which apps already exist - This is specific for the test env, the CI runs always have a clean instance
4 years ago
Mitch-Budibase
01569c940e
Moving assign/unassign user role type tests to test env only
The assign roles test seems to be quite flakey.
I am moving it and the unassign roles test to only run in the test environment while i isolate and fix the issue
4 years ago
Dean
2efd7d909c
Replaced the expected string in the data rest test spec to the original
4 years ago
Dean
6164b4d574
Cypress test fixes and refactoring around the create app workflows
4 years ago
Mitch-Budibase
f5b0ebeec1
Updating REST Test
A bit of a change of structure for how the test runs
-Also adding a wait as the test seems to be timing out on occasion
5 years ago
Andrew Kingston
e4b2884ca7
Update cypress tests for different button casing
5 years ago
Peter Clement
b6ed6fe90f
fix automation
5 years ago
Mitch-Budibase
4906dc6337
Changes for Table test - Commands.js
Seems like a potential timing issue for the Create Table test
Specifically:
-The datasource modal looks to be sometimes delayed when appearing after app creation
--increasing wait time for after app creation
--Reducing wait within the createTable command
--Updating specific ID to use 'data-cy'
--Updating another ID for the data source modal
I am unable to reproduce this potential issue locally, so making changes in hopes the CI picks it up (if the timing issue still exists)
5 years ago
Peter Clement
32ac53a004
fix cypress, maybe?
5 years ago
Andrew Kingston
02c688539a
Pls cypress
5 years ago
Andrew Kingston
63e64f0da1
Try to fix cypress tests again
5 years ago
Andrew Kingston
3f84c51c81
Try to fix cypress tests
5 years ago
Andrew Kingston
fa6cf0c101
Try to fix cypress tests
5 years ago
Mitch-Budibase
89f29b00c0
Increasing wait times for Assign User Roles test
Assign Roles test within createUserAndRoles is failing on CI.
It is not failing locally for me so i suspect a timing issue
5 years ago
Rory Powell
a1e2bd86c6
Prevent local port conflicts between account portal and cypress
5 years ago
Mitch-Budibase
05b7e3c5aa
Updating datasourceWizard & revertApp
datasourceWizard
-Making test env only based on datasource usage
revertApp
-Updating a click function
5 years ago
Mitch-Budibase
688a770b59
Updates/Fixes based on previous test run
General test fixes/updates
-Removed createUser.spec.js - Covered by another file
-Skiipping two tests within queryLevelTransformer
5 years ago
Mitch-Budibase
d87d5f2fed
Re-adding tests
I had removed a lot of these for checking against the CI - adding them back in
5 years ago
Peter Clement
de705265bf
fix automation cypress test
5 years ago
Peter Clement
439043c6da
disallow bindings selection for other actions
5 years ago
Mitch-Budibase
fffe369781
Stripping out another test spec file
Temporary removal of radio buttons tests
5 years ago
Mitch-Budibase
39ebebcb3c
temporarily stripping tests to review CI against tests
Many tests are failing against the CI
-I'm stripping a lot out for now to verify the CI going green
5 years ago
mike12345567
b3b982fa8f
Making sure worker runs through ts-node in cypress, locally, then built in CI.
5 years ago
mike12345567
b847b578c7
Making sure worker runs through ts-node in cypress, locally, then built in CI.
5 years ago
Maurits Lourens
75ef92d645
build app before running e2e tests
5 years ago
Maurits Lourens
6eca23541f
build app before running e2e tests
5 years ago
Rory Powell
829603fa69
Update cypress to point to dist/index for worker
5 years ago
Rory Powell
0b86985c10
Update cypress to point to dist/index for worker
5 years ago
Martin McKeaveney
430fb29e17
point to MinIO instance instead of through proxy
5 years ago
Martin McKeaveney
cca6d18af4
point to MinIO instance instead of through proxy
5 years ago
Martin McKeaveney
d749c4bd34
nginx prod config, security headers and content-security policies
5 years ago
Martin McKeaveney
7c4d7e0e8f
nginx prod config, security headers and content-security policies
5 years ago
mike12345567
4b1331450c
Fixing some issues discovered by the cypress tests, cleaning up how Couch is used.
5 years ago
mike12345567
91a90e62b2
Fixing some issues discovered by the cypress tests, cleaning up how Couch is used.
5 years ago
Mitch-Budibase
b5a9329695
AutoScreens Test update
increasing wait time for createAutogeneratedScreens command
-associated with auto screens tests
5 years ago
Mitch-Budibase
85003f5b9c
Lint
ignoring lint for entire query support files, rather than just ignoring a specific line
5 years ago
Mitch-Budibase
220ee31b02
Updates to query files
queryLevelTransformerFunction
-adding eslint-disable-next-line
queryLevelTransformerFunctionWithData
-adding eslint-disable-next-line
-Removing const stateCode - not required
5 years ago
Mitch-Budibase
a49c2d2200
Oracle & Table pagination Test Env Only
createTable
-Pagination is now Test Env only
oracle
-Test Env only
-Removed smoke test tag
commands
-Fix for createApp command
-Increase wait for createRestQuery command
5 years ago
Mitch-Budibase
863abdb4b3
Commands Update & Query Files
-Updating Commands file to include all recent changes
-Added query files (2 of them) - required for query level transformers testing
-Cypress.json updated to remove "/builder/"
-Updating cypress version in package.json
-Missing }) within addmultioptiondatatype.spec.js
5 years ago
Mitch-Budibase
9fe8a8c687
lint changes
5 years ago
Mitch-Budibase
0abcff774b
Adding tags to tests
Currently there is 'smoke' and 'all' tags
5 years ago
Rory Powell
a61e1afdc3
Merge fix and linting
5 years ago