Skip to content

Commit

Permalink
Move to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
marrobi committed Nov 14, 2024
1 parent 76640da commit c7b61c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17 deletions.
16 changes: 0 additions & 16 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,22 +138,6 @@
"false"
]
},
{
"name": "E2E Workspace Services",
"type": "python",
"request": "launch",
"module": "pytest",
"justMyCode": true,
"cwd": "${workspaceFolder}/e2e_tests/",
"preLaunchTask": "Copy_env_file_for_e2e_debug",
"args": [
"-n 5",
"-m",
"workspace_services",
"--verify",
"false"
]
},
{
"name": "E2E Performance",
"type": "python",
Expand Down
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,12 @@ test-e2e-extended-aad: ## 🧪 Run E2E extended AAD tests
$(call target_title, "Running E2E extended AAD tests") && \
$(MAKE) test-e2e-custom SELECTOR=extended_aad

test-e2e-workspace-services: ## 🧪 Run E2E workspace services tests
$(call target_title, "Running E2E workspace services tests") && \
$(MAKE) test-e2e-custom SELECTOR=workspace_services

test-e2e-shared-services: ## 🧪 Run E2E shared service tests
$(call target_title, "Running E2E shared service tests") && \
$(call target_title, "Running E2E shared services tests") && \
$(MAKE) test-e2e-custom SELECTOR=shared_services

test-e2e-custom: ## 🧪 Run E2E tests with custom selector (SELECTOR=)
Expand Down

0 comments on commit c7b61c2

Please sign in to comment.