We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 002e18b commit 9771cb9Copy full SHA for 9771cb9
.circleci/config.yml
@@ -124,24 +124,6 @@ jobs:
124
path: ./build/devtools/firefox-extension.zip
125
destination: react-devtools-firefox-extension.zip
126
127
- run_devtools_e2e_tests:
128
- docker: *docker
129
- environment: *environment
130
- steps:
131
- - checkout
132
- - attach_workspace:
133
- at: .
134
- - setup_node_modules
135
- - run:
136
- name: Playwright install deps
137
- command: |
138
- npx playwright install
139
- sudo npx playwright install-deps
140
141
- environment:
142
- RELEASE_CHANNEL: experimental
143
- command: ./scripts/circleci/run_devtools_e2e_tests.js
144
-
145
run_devtools_tests_for_versions:
146
docker: *docker
147
environment: *environment
0 commit comments