Skip to content

Commit

Permalink
[ACS-8866] [E2E] Added UI, Debug and Headed modes to NX console (#4160)
Browse files Browse the repository at this point in the history
  • Loading branch information
datguychen authored Oct 3, 2024
1 parent b72009f commit de8f48c
Show file tree
Hide file tree
Showing 17 changed files with 153 additions and 0 deletions.
9 changes: 9 additions & 0 deletions e2e/playwright/authentication/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@
"configurations": {
"production": {
"devServerTarget": "content-ce:serve:production"
},
"ui": {
"args": ["--ui"]
},
"debug": {
"args": ["--debug"]
},
"headed": {
"args": ["--headed"]
}
}
},
Expand Down
9 changes: 9 additions & 0 deletions e2e/playwright/copy-move-actions/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@
"configurations": {
"production": {
"devServerTarget": "content-ce:serve:production"
},
"ui": {
"args": ["--ui"]
},
"debug": {
"args": ["--debug"]
},
"headed": {
"args": ["--headed"]
}
}
},
Expand Down
9 changes: 9 additions & 0 deletions e2e/playwright/create-actions/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@
"configurations": {
"production": {
"devServerTarget": "content-ce:serve:production"
},
"ui": {
"args": ["--ui"]
},
"debug": {
"args": ["--debug"]
},
"headed": {
"args": ["--headed"]
}
}
},
Expand Down
9 changes: 9 additions & 0 deletions e2e/playwright/delete-actions/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@
"configurations": {
"production": {
"devServerTarget": "content-ce:serve:production"
},
"ui": {
"args": ["--ui"]
},
"debug": {
"args": ["--debug"]
},
"headed": {
"args": ["--headed"]
}
}
},
Expand Down
9 changes: 9 additions & 0 deletions e2e/playwright/edit-actions/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@
"configurations": {
"production": {
"devServerTarget": "content-ce:serve:production"
},
"ui": {
"args": ["--ui"]
},
"debug": {
"args": ["--debug"]
},
"headed": {
"args": ["--headed"]
}
}
},
Expand Down
9 changes: 9 additions & 0 deletions e2e/playwright/favorite-actions/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@
"configurations": {
"production": {
"devServerTarget": "content-ce:serve:production"
},
"ui": {
"args": ["--ui"]
},
"debug": {
"args": ["--debug"]
},
"headed": {
"args": ["--headed"]
}
}
},
Expand Down
9 changes: 9 additions & 0 deletions e2e/playwright/folder-rules/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@
"configurations": {
"production": {
"devServerTarget": "content-ce:serve:production"
},
"ui": {
"args": ["--ui"]
},
"debug": {
"args": ["--debug"]
},
"headed": {
"args": ["--headed"]
}
}
},
Expand Down
9 changes: 9 additions & 0 deletions e2e/playwright/info-drawer/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@
"configurations": {
"production": {
"devServerTarget": "content-ce:serve:production"
},
"ui": {
"args": ["--ui"]
},
"debug": {
"args": ["--debug"]
},
"headed": {
"args": ["--headed"]
}
}
},
Expand Down
9 changes: 9 additions & 0 deletions e2e/playwright/library-actions/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@
"configurations": {
"production": {
"devServerTarget": "content-ce:serve:production"
},
"ui": {
"args": ["--ui"]
},
"debug": {
"args": ["--debug"]
},
"headed": {
"args": ["--headed"]
}
}
},
Expand Down
9 changes: 9 additions & 0 deletions e2e/playwright/list-views/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@
"configurations": {
"production": {
"devServerTarget": "content-ce:serve:production"
},
"ui": {
"args": ["--ui"]
},
"debug": {
"args": ["--debug"]
},
"headed": {
"args": ["--headed"]
}
}
},
Expand Down
9 changes: 9 additions & 0 deletions e2e/playwright/navigation/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@
"configurations": {
"production": {
"devServerTarget": "content-ce:serve:production"
},
"ui": {
"args": ["--ui"]
},
"debug": {
"args": ["--debug"]
},
"headed": {
"args": ["--headed"]
}
}
},
Expand Down
9 changes: 9 additions & 0 deletions e2e/playwright/pagination/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@
"configurations": {
"production": {
"devServerTarget": "content-ce:serve:production"
},
"ui": {
"args": ["--ui"]
},
"debug": {
"args": ["--debug"]
},
"headed": {
"args": ["--headed"]
}
}
},
Expand Down
9 changes: 9 additions & 0 deletions e2e/playwright/search/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@
"configurations": {
"production": {
"devServerTarget": "content-ce:serve:production"
},
"ui": {
"args": ["--ui"]
},
"debug": {
"args": ["--debug"]
},
"headed": {
"args": ["--headed"]
}
}
},
Expand Down
9 changes: 9 additions & 0 deletions e2e/playwright/share-action/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@
"configurations": {
"production": {
"devServerTarget": "content-ce:serve:production"
},
"ui": {
"args": ["--ui"]
},
"debug": {
"args": ["--debug"]
},
"headed": {
"args": ["--headed"]
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@
"configurations": {
"production": {
"devServerTarget": "content-ce:serve:production"
},
"ui": {
"args": ["--ui"]
},
"debug": {
"args": ["--debug"]
},
"headed": {
"args": ["--headed"]
}
}
},
Expand Down
9 changes: 9 additions & 0 deletions e2e/playwright/upload-download-actions/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@
"configurations": {
"production": {
"devServerTarget": "content-ce:serve:production"
},
"ui": {
"args": ["--ui"]
},
"debug": {
"args": ["--debug"]
},
"headed": {
"args": ["--headed"]
}
}
},
Expand Down
9 changes: 9 additions & 0 deletions e2e/playwright/viewer/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@
"configurations": {
"production": {
"devServerTarget": "content-ce:serve:production"
},
"ui": {
"args": ["--ui"]
},
"debug": {
"args": ["--debug"]
},
"headed": {
"args": ["--headed"]
}
}
},
Expand Down

0 comments on commit de8f48c

Please sign in to comment.