Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: add general playwright tests #2149

Merged
merged 152 commits into from
Jan 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
152 commits
Select commit Hold shift + click to select a range
39ad0eb
add playwright packages
thewahome Oct 4, 2022
2fda52b
add UI tests powered by playwright
thewahome Oct 4, 2022
b5ea34b
push baseURL to .env
thewahome Oct 5, 2022
9be685d
Merge branch 'dev' into feature/playwright-tests-general
thewahome Oct 5, 2022
02e4289
move playwright configuration file
thewahome Oct 5, 2022
571fc0c
get dotenv configuration
thewahome Oct 5, 2022
743b8da
run playwright tests based on created url
thewahome Oct 6, 2022
41dcacf
Merge branch 'dev' into feature/playwright-tests-general
thewahome Oct 12, 2022
c128f91
make authenticated calls
thewahome Oct 12, 2022
4b0d2ad
upload results
thewahome Oct 12, 2022
52542cb
generate html report
thewahome Oct 12, 2022
db6026b
split authenticated and anonymous experiences
thewahome Oct 17, 2022
62c105a
remove close page
thewahome Oct 17, 2022
6391dde
Merge branch 'dev' into feature/playwright-tests-general
thewahome Oct 17, 2022
7c8c87a
add readme documentation
thewahome Oct 18, 2022
7521075
add more tests
Onokaev Oct 26, 2022
9a30d25
remove unnecessary assertions
thewahome Oct 26, 2022
1efa522
Merge branch 'dev' into feature/playwright-tests-general
thewahome Oct 26, 2022
4063889
return assertion for baseUrl
thewahome Oct 26, 2022
e9feed4
cast baseURL to string
thewahome Oct 26, 2022
e9f3cbb
Merge branch 'dev' into feature/playwright-tests-general
thewahome Oct 27, 2022
32ca378
Merge branch 'feature/playwright-tests-general' of https://github.com…
Onokaev Oct 27, 2022
7965c66
add more tests
Onokaev Oct 27, 2022
bda16ca
Merge branch 'dev' into feature/playwright-tests-general
thewahome Oct 31, 2022
7997e8b
remove explicit URL declarations
thewahome Oct 31, 2022
3f52c48
Merge branch 'dev' into feature/playwright-tests-general
thewahome Nov 2, 2022
407b109
Task: Add playwright accessibility test (#2210)
ElinorW Nov 3, 2022
f10a920
Task: Add more tests (#2211)
Onokaev Nov 7, 2022
5c43426
Merge branch 'dev' into feature/playwright-tests-general
Onokaev Nov 7, 2022
aa91639
temporarily remove flaky test
Onokaev Nov 7, 2022
bb4e9ee
increase timeout for slow test
Onokaev Nov 7, 2022
705fa4b
remove timeout
Onokaev Nov 7, 2022
95eda4e
naviage to a new page
Onokaev Nov 7, 2022
2b96d7e
add more workers
Onokaev Nov 7, 2022
8559a95
increase test timeout
Onokaev Nov 7, 2022
4c20136
restore accessibility file
ElinorW Nov 7, 2022
4a1636d
add headless configuration
ElinorW Nov 7, 2022
a51cded
add new browser context
ElinorW Nov 7, 2022
0095aa5
add worker config
ElinorW Nov 7, 2022
9ce9e38
add headless setting
ElinorW Nov 7, 2022
a653956
cut repeated line
ElinorW Nov 8, 2022
ce1c897
Merge branch 'dev' into feature/playwright-tests-general
ElinorW Nov 9, 2022
730e895
remove timeout
ElinorW Nov 9, 2022
e81faed
separate accessibility test
ElinorW Nov 15, 2022
863c619
Merge branch 'dev' into feature/playwright-tests-general
ElinorW Nov 15, 2022
eddfd32
ignore accessibility test
ElinorW Nov 15, 2022
66a3a4b
add accessibility test job
ElinorW Nov 15, 2022
a19ef8d
increase test timeout
ElinorW Nov 15, 2022
1bc5561
add ignoreHTTPErrors
ElinorW Nov 15, 2022
251e0b6
run accessibility test first
ElinorW Nov 15, 2022
6afdebb
run on windows-latest
ElinorW Nov 15, 2022
9ed819c
run on windows-latest
ElinorW Nov 15, 2022
626be92
Merge branch 'feature/playwright-tests-general' of https://github.com…
ElinorW Nov 15, 2022
ca62905
Merge remote-tracking branch 'origin/dev' into feature/playwright-tes…
ElinorW Nov 15, 2022
1f5cc57
setLegacymode to disable frame evaluation
ElinorW Nov 16, 2022
3236e54
increase timeout
ElinorW Nov 16, 2022
4c7192f
switch to node 12
ElinorW Nov 16, 2022
269a314
reduce timeout
ElinorW Nov 16, 2022
f4bf4a5
switch back to ubuntu
ElinorW Nov 16, 2022
280a65b
upgrade to node 16
ElinorW Nov 16, 2022
c78ef4a
return to v14
ElinorW Nov 17, 2022
0af4d75
add page locator
ElinorW Nov 17, 2022
f198bac
add locator visibility
ElinorW Nov 17, 2022
b82ec2f
downgrade axe-core
Onokaev Nov 22, 2022
7036e65
fix augloop path
Onokaev Nov 22, 2022
66fdbed
fix augloop path
Onokaev Nov 22, 2022
8a961a5
Add retry and timeout for tests
Onokaev Nov 22, 2022
6cf2b88
check if Locator returned is defined
Onokaev Nov 22, 2022
0b72c7f
Merge branch 'dev' into feature/playwright-tests-general
Onokaev Nov 22, 2022
9e8c488
mark test as slow
Onokaev Nov 22, 2022
f87d0ba
use default workers
Onokaev Nov 22, 2022
d699bf6
Merge branch 'dev' into feature/playwright-tests-general
thewahome Nov 23, 2022
42d78fc
slow down before all step
thewahome Nov 23, 2022
77ea6d7
Merge branch 'dev' into feature/playwright-tests-general
thewahome Nov 29, 2022
0217636
use a specific node version
Onokaev Nov 30, 2022
c810c1d
revert to v14.x
Onokaev Nov 30, 2022
7f0cae2
re-organise run sequence
Onokaev Dec 6, 2022
d2c7ddf
upgrade axe-core package
Onokaev Dec 6, 2022
eefed37
restore axe-core package
Onokaev Dec 6, 2022
4f81b3c
downgrade axe-core/playwright
Onokaev Dec 6, 2022
91668b0
check if accounts have been listed
Onokaev Dec 6, 2022
9d7dba1
expect popup to have a new URL
Onokaev Dec 6, 2022
7142adb
return page after login in
Onokaev Dec 6, 2022
b97c5c9
remove flaky test
Onokaev Dec 6, 2022
3a2edd0
remove flaky step
Onokaev Dec 7, 2022
5953190
wait for locator to be visible
Onokaev Dec 7, 2022
af6b622
wait for popup to be defined
Onokaev Dec 7, 2022
b922b54
restore waitForTimeout
Onokaev Dec 7, 2022
abb33d5
run tests on firefox
Onokaev Dec 7, 2022
5d644ac
remove finalstep check
Onokaev Dec 7, 2022
325d568
Merge branch 'dev' into feature/playwright-tests-general
Onokaev Dec 13, 2022
2df935c
remove projects
Onokaev Dec 14, 2022
d7a1405
Merge branch 'dev' into feature/playwright-tests-general
Onokaev Dec 14, 2022
05e8b1d
add snapshots on all tests
Onokaev Dec 14, 2022
548a89e
remove unnecessary await
Onokaev Dec 15, 2022
41899ad
add snapshots to .gitignore
Onokaev Dec 15, 2022
9cd8968
add a pre-commit hook
Onokaev Dec 15, 2022
bb0a003
Merge branch 'dev' of https://github.com/microsoftgraph/microsoft-gra…
Onokaev Dec 15, 2022
0ba62df
remove precommit hook
Onokaev Dec 15, 2022
2328a80
re-commit snapshots
Onokaev Dec 15, 2022
02df853
sync package and package.lock files
Onokaev Dec 15, 2022
5624feb
run tests on windows
Onokaev Dec 16, 2022
8542a3e
increase global timeout
Onokaev Dec 16, 2022
1f2d708
correctly update snapshots
Onokaev Dec 16, 2022
15206f7
temporarily remove snapshots
Onokaev Dec 16, 2022
a5d0212
remove unnecessary checks
Onokaev Dec 22, 2022
0967087
refactor login
Onokaev Dec 24, 2022
8bc65e6
remove timout
Onokaev Dec 24, 2022
4f33437
temporarily disable failing tests
Onokaev Jan 6, 2023
d02185d
confirm if behavior is consistent with live site
Onokaev Jan 6, 2023
ca838df
upgrade playwright/test package
Onokaev Jan 9, 2023
286cabd
increase global timeout
Onokaev Jan 9, 2023
cd055fe
check if credentials passed are correct
Onokaev Jan 9, 2023
d8752e7
refactor tests
Onokaev Jan 10, 2023
32391d4
add more anonymous tests
Onokaev Jan 11, 2023
c7f3ed1
remove flaky tests
Onokaev Jan 11, 2023
a736793
clean up authenticated tests
Onokaev Jan 11, 2023
fe3b170
add snapshots
Onokaev Jan 13, 2023
ac8baff
rename snapshots
Onokaev Jan 13, 2023
01b6701
Merge branch 'dev' into feature/playwright-tests-general
Onokaev Jan 13, 2023
dc68c3d
run on ubuntu
Onokaev Jan 13, 2023
43ceec5
Update azure-pipelines.yml for Azure Pipelines
Onokaev Jan 16, 2023
05e819f
Update azure-pipelines.yml for Azure Pipelines
Onokaev Jan 16, 2023
72db1e9
start server and test
Onokaev Jan 16, 2023
925ea36
Merge branch 'feature/playwright-tests-general' of https://github.com…
Onokaev Jan 16, 2023
40c3bad
Update azure-pipelines.yml for Azure Pipelines
Onokaev Jan 16, 2023
711e5a5
Add start server command
Onokaev Jan 16, 2023
6b051cf
Update azure-pipelines.yml for Azure Pipelines
Onokaev Jan 16, 2023
ae5e66c
re-install playwright before running tests
Onokaev Jan 16, 2023
51e5aee
run test separately
Onokaev Jan 16, 2023
006645f
add playwright configs
Onokaev Jan 16, 2023
2880345
rename snapshots to -win32
Onokaev Jan 16, 2023
f4ba73e
fix snapshot file extensions
Onokaev Jan 16, 2023
0ca3186
upgrade playwright dependency
Onokaev Jan 16, 2023
21fd3ec
set CI to true on Azure
Onokaev Jan 16, 2023
dc988b6
add env variables on Azure
Onokaev Jan 16, 2023
fe2227d
remove playwright tests from GitHub CI
Onokaev Jan 17, 2023
6c8e896
remove ci task
Onokaev Jan 17, 2023
e36d0b6
Merge branch 'dev' into feature/playwright-tests-general
Onokaev Jan 17, 2023
fb925eb
start server before running accessibility tests
Onokaev Jan 17, 2023
6ae52b8
publish test results to root dir
Onokaev Jan 17, 2023
2f86244
publish to playwright report folder
Onokaev Jan 17, 2023
a544f2b
run job only on dev
Onokaev Jan 17, 2023
660fb4b
test if condition works for other branches
Onokaev Jan 17, 2023
43e889c
restore condition
Onokaev Jan 17, 2023
43cccf8
test if it runs on a specicied branch
Onokaev Jan 17, 2023
7211ffe
fix typo
Onokaev Jan 17, 2023
62d43d7
fix feature typo
Onokaev Jan 17, 2023
c7d9d52
restore condition
Onokaev Jan 17, 2023
4e10283
change client ID when running tests
thewahome Jan 17, 2023
dcf2a51
conditionally run job: publish artifacts
thewahome Jan 17, 2023
83afdd2
Merge branch 'dev' into feature/playwright-tests-general
thewahome Jan 18, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ jobs:
needs: install
runs-on: ubuntu-latest
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
outputs:
static_web_app_url: ${{ steps.builddeploy.outputs.static_web_app_url }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand All @@ -187,6 +189,11 @@ jobs:
app_location: "/" # App source code path
app_artifact_location: "build" # Built app content directory - optional

- name: Set url
run: |
echo "::set-output name=static_web_app_url::$PLAYWRIGHT_TESTS_BASE_URL"
echo $PLAYWRIGHT_TESTS_BASE_URL

close_pull_request_job:
if: github.event_name == 'pull_request' && github.event.action == 'closed'
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ yarn-error.log*
.idea
.vs
*.xml
playwright-report/index.html
test-results
4 changes: 3 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
"ms-vscode.sublime-keybindings",
"redhat.vscode-yaml",
"redhat.vscode-commons",
"eamodio.gitlens"
"eamodio.gitlens",
"ms-playwright.playwright",
"nitayneeman.playwright-snippets"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": [
Expand Down
62 changes: 35 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
# Microsoft Graph Explorer V4

[![Build Status](https://dev.azure.com/japhethobalak/japhethobalak/_apis/build/status/microsoftgraph.microsoft-graph-explorer-v2?branchName=dev)](https://dev.azure.com/japhethobalak/japhethobalak/_build/latest?definitionId=4&branchName=dev)

The [Microsoft Graph Explorer V4](https://developer.microsoft.com/graph/graph-explorer) lets developers quickly navigate and test API endpoints.

The Graph Explorer is written in [TypeScript](https://www.typescriptlang.org/) and powered by:
* [React](https://reactjs.org/)
* [Office Fabric](https://dev.office.com/fabric)

- [React](https://reactjs.org/)
- [Office Fabric](https://dev.office.com/fabric)

## Running the explorer locally

* `npm install` to install project dependencies. `npm` is installed by default with [Node.js](https://nodejs.org/).
* `npm start` starts the TypeScript compiler in watch mode and the local server. It should open your browser automatically with the Graph Explorer at [http://localhost:3000/](http://localhost:3000).
- `npm install` to install project dependencies. `npm` is installed by default with [Node.js](https://nodejs.org/).
- `npm start` starts the TypeScript compiler in watch mode and the local server. It should open your browser automatically with the Graph Explorer at [http://localhost:3000/](http://localhost:3000).

### Enabling authentication with your own credentials

#### Enabling authentication with your own credentials
* Sign in to your Microsoft account (or Create one) at the [Microsoft Azure Portal](https://ms.portal.azure.com/).
* Find the Azure service named App registrations. If you haven't used this service before, you might need to search for it in the search bar.
* In the App registrations page, click `+ New registration`. You will be redirected to a form in the Microsoft Azure portal where you Register an application. Fill out the form and set the Redirect URI to a `Single-page application (SPA)` with `http://localhost:3000`. You can also set it from authentication tab in the app you have just created.
* Create a `.env` file at the root of the project/repo and add the following keys.
- REACT_APP_CLIENT_ID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
- REACT_APP_INSTRUMENTATION_KEY=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
Where `REACT_APP_CLIENT_ID` is the `Application (client) ID` from the Azure portal and `REACT_APP_INSTRUMENTATION_KEY` is the `Object ID` from the portal.
- Sign in to your Microsoft account (or Create one) at the [Microsoft Azure Portal](https://ms.portal.azure.com/).
- Find the Azure service named App registrations. If you haven't used this service before, you might need to search for it in the search bar.
- In the App registrations page, click `+ New registration`. You will be redirected to a form in the Microsoft Azure portal where you Register an application. Fill out the form and set the Redirect URI to a `Single-page application (SPA)` with `http://localhost:3000`. You can also set it from authentication tab in the app you have just created.
- Create a `.env` file at the root of the project/repo and add the following keys. - REACT_APP_CLIENT_ID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx - REACT_APP_INSTRUMENTATION_KEY=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
Where `REACT_APP_CLIENT_ID` is the `Application (client) ID` from the Azure portal and `REACT_APP_INSTRUMENTATION_KEY` is the `Object ID` from the portal.

## Other commands
* `npm test` to run tests from the command line for scenarios like parsing metadata and functional explorer tests.
* `npm run ci` to run accessibility tests from the command line
* `npm run lint` linting your files

- `npm test` to run tests from the command line for scenarios like parsing metadata and functional explorer tests.
- `npm run lint` linting your files

## Getting Help & Guides
### Where To Get Support
Expand All @@ -46,26 +46,34 @@ Are you new to Graph Explorer or would like to raise a bug or request a feature?

* Refer to [Microsoft Graph Quick Start](https://developer.microsoft.com/en-us/graph/quick-start) to get a pre-initialized SDK sample application up and running in less 3 minutes using the language of your choice.
## Contributing

Please see the [contributing guidelines](CONTRIBUTING.md).

This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.

## Testing Accessbility
* Download the latest stable chromedriver from [here](https://chromedriver.chromium.org/).
* In your `.env` file, create a variable `REACT_APP_CHROMEDRIVER_PATH` and save the path to your `chromedriver.exe` file.
For example (on a Windows PC) it would be : `REACT_APP_CHROMEDRIVER_PATH=C:\\SeleniumWebDrivers\\ChromeDriver\\chromedriver.exe`
Take note of the format.
* Save your changes.
* On your terminal run the command `npm install`.
* Once the installation is complete run the command `npm run ci`.
## E2E playwright testing

- Playwright requires a running GE Url to run against.
- In your `.env` file, create add variables:
- PLAYWRIGHT_TESTS_USERNAME='your demo tenant email address'
- PLAYWRIGHT_TESTS_PASSWORD='password to the demo tenant account'
- PLAYWRIGHT_TESTS_BASE_URL='url that you are running against' // http://localhost:3000 if testing locally
- Save your changes.
- On your terminal run the command `npx playwright install`
- On your terminal run the command `npx playwright install-deps`.
- Once the installation is complete run the command `npx playwright test ui`.
- Playwright commands can be extended using arguments described in the official documentation [Running tests](https://playwright.dev/docs/running-tests)

## Known issues
* You cannot remove permissions by using the Graph Explorer UI. You will need to [remove the application consent](http://shawntabrizi.com/aad/revoking-consent-azure-active-directory-applications/) and then re-consent to remove permissions. I know, this is far from a good experience.

- You cannot remove permissions by using the Graph Explorer UI. You will need to [remove the application consent](http://shawntabrizi.com/aad/revoking-consent-azure-active-directory-applications/) and then re-consent to remove permissions. I know, this is far from a good experience.

## Additional resources
* [Microsoft Graph website](https://graph.microsoft.io)
* [Office Dev Center](http://dev.office.com/)
* [Graph Explorer releases](https://github.com/microsoftgraph/microsoft-graph-explorer/releases)

- [Microsoft Graph website](https://graph.microsoft.io)
- [Office Dev Center](http://dev.office.com/)
- [Graph Explorer releases](https://github.com/microsoftgraph/microsoft-graph-explorer/releases)

## Copyright

Copyright (c) 2017 Microsoft. All rights reserved.
63 changes: 56 additions & 7 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ pr:
- azure-pipelines.yml
- package-lock.json

variables:
isMaster: $[eq(variables['Build.SourceBranch'], 'refs/heads/master')]
isDev: $[eq(variables['Build.SourceBranch'], 'refs/heads/dev')]

trigger:
branches:
include:
Expand Down Expand Up @@ -86,10 +90,6 @@ jobs:
npm test
displayName: "Runs Unit tests"

- script: |
npm run ci
displayName: "Runs Accessibility tests"

- task: PublishTestResults@2
condition: succeededOrFailed()
inputs:
Expand All @@ -102,9 +102,58 @@ jobs:
displayName: "Run build"

- job: Two
displayName: "Run playwright tests"
condition: eq(variables['isDev'], 'true')
steps:
- task: NodeTool@0
inputs:
versionSpec: "14.20.x"
displayName: "Install npm"

- script: |
npm install
displayName: "npm install"

- script: |
npm install -D @playwright/test
npx playwright install-deps
displayName: "Install playwright dependancies"

- script: |
npx playwright install
displayName: "Install playwright"

- script: |
set CI=true
npm run test-playwright

env:
REACT_APP_CLIENT_ID: $(REACT_APP_PLAYWRIGHT_TEST_CLIENT_ID)
REACT_APP_INSTRUMENTATION_KEY: $(REACT_APP_STAGING_INSTRUMENTATION_KEY)
REACT_APP_FEEDBACK_CAMPAIGN_ID: $(REACT_APP_STAGING_FEEDBACK_CAMPAIGN_ID)
REACT_APP_NPS_FEEDBACK_CAMPAIGN_ID: $(REACT_APP_NPS_FEEDBACK_CAMPAIGN_ID)
REACT_APP_NOMINATION_PERIOD: $(REACT_APP_NOMINATION_PERIOD)
REACT_APP_COOLDOWN_PERIOD: $(REACT_APP_COOLDOWN_PERIOD)
REACT_APP_USAGE_TIME: $(REACT_APP_USAGE_TIME)
PLAYWRIGHT_TESTS_BASE_URL: $(PLAYWRIGHT_TESTS_BASE_URL)
PLAYWRIGHT_TESTS_USERNAME: $(PLAYWRIGHT_TESTS_USERNAME)
PLAYWRIGHT_TESTS_PASSWORD: $(PLAYWRIGHT_TESTS_PASSWORD)
displayName: "Run playwright tests"

- script: |
npm run test-playwright-accessibility
displayName: "Run accessibility tests"

- publish: $(System.DefaultWorkingDirectory)/playwright-report
artifact: playwright-report
condition: always()
displayName: "Publish test results"


- job: Three
displayName: "Publish artifacts"
dependsOn: One
condition: succeeded()
condition: and(succeeded(), or(eq(variables['isMaster'], 'true'), eq(variables['isDev'], 'true')))
steps:
- task: NodeTool@0
inputs:
Expand All @@ -129,7 +178,7 @@ jobs:

- task: PowerShell@2
displayName: "Set version-number"
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
condition: and(succeeded(), eq(variables['isMaster'], 'true'))
inputs:
targetType: "inline"
script: |
Expand All @@ -141,7 +190,7 @@ jobs:

- script: |
npm run build
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
condition: and(succeeded(), eq(variables['isMaster'], 'true'))
env:
REACT_APP_CLIENT_ID: $(REACT_APP_PROD_CLIENT_ID)
REACT_APP_INSTRUMENTATION_KEY: $(REACT_APP_INSTRUMENTATION_KEY)
Expand Down
1 change: 0 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ module.exports = {
'!build/**',
'!src/**/*.d.ts',
'!src/index.tsx',
'!src/tests/accessibility/**',
'!src/app/middleware/telemetryMiddleware.ts',
'!src/telemetry/telemetry.ts'
],
Expand Down
Loading