[ACS-8866] [E2E] Added UI, Debug and Headed modes to NX console ()

This commit is contained in:
Adam Świderski 2024-10-03 12:30:19 +02:00 committed by GitHub
parent b72009f9e1
commit de8f48cff0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
17 changed files with 153 additions and 0 deletions
e2e/playwright
authentication
copy-move-actions
create-actions
delete-actions
edit-actions
favorite-actions
folder-rules
info-drawer
library-actions
list-views
navigation
pagination
search
share-action
special-permissions-actions-available
upload-download-actions
viewer

@ -12,6 +12,15 @@
"configurations": { "configurations": {
"production": { "production": {
"devServerTarget": "content-ce:serve:production" "devServerTarget": "content-ce:serve:production"
},
"ui": {
"args": ["--ui"]
},
"debug": {
"args": ["--debug"]
},
"headed": {
"args": ["--headed"]
} }
} }
}, },

@ -12,6 +12,15 @@
"configurations": { "configurations": {
"production": { "production": {
"devServerTarget": "content-ce:serve:production" "devServerTarget": "content-ce:serve:production"
},
"ui": {
"args": ["--ui"]
},
"debug": {
"args": ["--debug"]
},
"headed": {
"args": ["--headed"]
} }
} }
}, },

@ -12,6 +12,15 @@
"configurations": { "configurations": {
"production": { "production": {
"devServerTarget": "content-ce:serve:production" "devServerTarget": "content-ce:serve:production"
},
"ui": {
"args": ["--ui"]
},
"debug": {
"args": ["--debug"]
},
"headed": {
"args": ["--headed"]
} }
} }
}, },

@ -12,6 +12,15 @@
"configurations": { "configurations": {
"production": { "production": {
"devServerTarget": "content-ce:serve:production" "devServerTarget": "content-ce:serve:production"
},
"ui": {
"args": ["--ui"]
},
"debug": {
"args": ["--debug"]
},
"headed": {
"args": ["--headed"]
} }
} }
}, },

@ -12,6 +12,15 @@
"configurations": { "configurations": {
"production": { "production": {
"devServerTarget": "content-ce:serve:production" "devServerTarget": "content-ce:serve:production"
},
"ui": {
"args": ["--ui"]
},
"debug": {
"args": ["--debug"]
},
"headed": {
"args": ["--headed"]
} }
} }
}, },

@ -12,6 +12,15 @@
"configurations": { "configurations": {
"production": { "production": {
"devServerTarget": "content-ce:serve:production" "devServerTarget": "content-ce:serve:production"
},
"ui": {
"args": ["--ui"]
},
"debug": {
"args": ["--debug"]
},
"headed": {
"args": ["--headed"]
} }
} }
}, },

@ -12,6 +12,15 @@
"configurations": { "configurations": {
"production": { "production": {
"devServerTarget": "content-ce:serve:production" "devServerTarget": "content-ce:serve:production"
},
"ui": {
"args": ["--ui"]
},
"debug": {
"args": ["--debug"]
},
"headed": {
"args": ["--headed"]
} }
} }
}, },

@ -12,6 +12,15 @@
"configurations": { "configurations": {
"production": { "production": {
"devServerTarget": "content-ce:serve:production" "devServerTarget": "content-ce:serve:production"
},
"ui": {
"args": ["--ui"]
},
"debug": {
"args": ["--debug"]
},
"headed": {
"args": ["--headed"]
} }
} }
}, },

@ -12,6 +12,15 @@
"configurations": { "configurations": {
"production": { "production": {
"devServerTarget": "content-ce:serve:production" "devServerTarget": "content-ce:serve:production"
},
"ui": {
"args": ["--ui"]
},
"debug": {
"args": ["--debug"]
},
"headed": {
"args": ["--headed"]
} }
} }
}, },

@ -12,6 +12,15 @@
"configurations": { "configurations": {
"production": { "production": {
"devServerTarget": "content-ce:serve:production" "devServerTarget": "content-ce:serve:production"
},
"ui": {
"args": ["--ui"]
},
"debug": {
"args": ["--debug"]
},
"headed": {
"args": ["--headed"]
} }
} }
}, },

@ -12,6 +12,15 @@
"configurations": { "configurations": {
"production": { "production": {
"devServerTarget": "content-ce:serve:production" "devServerTarget": "content-ce:serve:production"
},
"ui": {
"args": ["--ui"]
},
"debug": {
"args": ["--debug"]
},
"headed": {
"args": ["--headed"]
} }
} }
}, },

@ -12,6 +12,15 @@
"configurations": { "configurations": {
"production": { "production": {
"devServerTarget": "content-ce:serve:production" "devServerTarget": "content-ce:serve:production"
},
"ui": {
"args": ["--ui"]
},
"debug": {
"args": ["--debug"]
},
"headed": {
"args": ["--headed"]
} }
} }
}, },

@ -12,6 +12,15 @@
"configurations": { "configurations": {
"production": { "production": {
"devServerTarget": "content-ce:serve:production" "devServerTarget": "content-ce:serve:production"
},
"ui": {
"args": ["--ui"]
},
"debug": {
"args": ["--debug"]
},
"headed": {
"args": ["--headed"]
} }
} }
}, },

@ -12,6 +12,15 @@
"configurations": { "configurations": {
"production": { "production": {
"devServerTarget": "content-ce:serve:production" "devServerTarget": "content-ce:serve:production"
},
"ui": {
"args": ["--ui"]
},
"debug": {
"args": ["--debug"]
},
"headed": {
"args": ["--headed"]
} }
} }
}, },

@ -14,6 +14,15 @@
"configurations": { "configurations": {
"production": { "production": {
"devServerTarget": "content-ce:serve:production" "devServerTarget": "content-ce:serve:production"
},
"ui": {
"args": ["--ui"]
},
"debug": {
"args": ["--debug"]
},
"headed": {
"args": ["--headed"]
} }
} }
}, },

@ -12,6 +12,15 @@
"configurations": { "configurations": {
"production": { "production": {
"devServerTarget": "content-ce:serve:production" "devServerTarget": "content-ce:serve:production"
},
"ui": {
"args": ["--ui"]
},
"debug": {
"args": ["--debug"]
},
"headed": {
"args": ["--headed"]
} }
} }
}, },

@ -12,6 +12,15 @@
"configurations": { "configurations": {
"production": { "production": {
"devServerTarget": "content-ce:serve:production" "devServerTarget": "content-ce:serve:production"
},
"ui": {
"args": ["--ui"]
},
"debug": {
"args": ["--debug"]
},
"headed": {
"args": ["--headed"]
} }
} }
}, },