Skip to content

Commit

Permalink
ci: delete playwright install and e2e tests command
Browse files Browse the repository at this point in the history
ref: MANAGER-14558

Signed-off-by: Alex Boungnaseng <[email protected]>
  • Loading branch information
aboungnaseng-ovhcloud committed Jan 17, 2025
1 parent c61777b commit 1086d16
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 12 deletions.
3 changes: 0 additions & 3 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
# React Stack
*.jsx @ovh/team-manager-dev-reactjs @ovh/su-digital-tools-core-stack
*.tsx @ovh/team-manager-dev-reactjs @ovh/su-digital-tools-core-stack
/playwright-helpers/ @ovh/team-manager-dev-reactjs

# Manager-pci-common
# TODO: Update owners to be TAPC & Core-stack groups instead of particular users.
Expand All @@ -23,6 +22,4 @@

# Continuous Integration and scripts
/scripts/start-application.js @ovh/team-manager-dev-angularjs @ovh/team-manager-dev-reactjs
/scripts/run-playwright.js @ovh/team-manager-dev-reactjs
/scripts/run-playwright-bdd.js @ovh/team-manager-dev-reactjs
/scripts/.env.development @ovh/team-manager-dev-reactjs
1 change: 0 additions & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,4 @@ common:
- packages/manager/modules/web-universe-components/**
- packages/manager/tools/**
- packages/manager-components/**
- playwright-helpers/**
- scripts/**
4 changes: 0 additions & 4 deletions .github/workflows/run-bdd-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,3 @@ jobs:
run: yarn test:jest
- name: Run tests Turbo
run: yarn test:turbo
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run e2e tests
run: yarn test:playwright:run
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,5 @@ dist
.eslintcache
.turbo
packages/manager/apps/**/dev.proxy.config.mjs
playwright-report
playwright-helpers/config.ts
test-results
e2e-dist
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@
"test:jest": "jest --runInBand",
"test": "yarn lint",
"test:turbo": "turbo run test --concurrency=1",
"test:scripts": "make test",
"test:playwright:run": "lerna run test:e2e:ci --stream --concurrency=1 --no-bail"
"test:scripts": "make test"
},
"resolutions": {
"@babel/runtime": "7.22.15",
Expand Down

0 comments on commit 1086d16

Please sign in to comment.