Skip to content

Commit 5a38f0d

Browse files
authored
Remove frontend uitests (integration-test) (mozilla#9985)
1 parent f6ff92f commit 5a38f0d

33 files changed

+1
-1689
lines changed

.circleci/config.yml

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -243,38 +243,6 @@ jobs:
243243
./tests/smoke/setup_docker.sh
244244
tox -e smoke-tests
245245
246-
integration-test:
247-
<<: *defaults-release
248-
resource_class: large
249-
steps:
250-
- checkout
251-
- run:
252-
name: "Set Python Version"
253-
command: pyenv global 3.7.0
254-
- run:
255-
name: Install Docker Compose
256-
command: |
257-
set -x
258-
pip install -U pip
259-
pip install docker-compose>=1.18
260-
docker-compose --version
261-
- run:
262-
name: Set hosts
263-
command: |
264-
echo 127.0.0.1 olympia.test | sudo tee -a /etc/hosts
265-
cat /etc/hosts
266-
- run:
267-
name: Run tests
268-
environment:
269-
MOZ_HEADLESS: 1
270-
# pytest options for running 4 tests in parallel, and rerunning a test once
271-
PYTEST_ADDOPTS: -n 4 --reruns 1
272-
command: ./tests/frontend/run-integration-test.sh
273-
- store_artifacts:
274-
path: ui-test-serial.html
275-
- store_artifacts:
276-
path: ui-test-parallel.html
277-
278246
workflows:
279247
version: 2
280248
default-workflow:
@@ -307,9 +275,3 @@ workflows:
307275
only: master
308276
tags:
309277
ignore: /.*/
310-
- integration-test:
311-
filters:
312-
branches:
313-
only: master
314-
tags:
315-
ignore: /.*/

tests/frontend/README.md

Lines changed: 0 additions & 103 deletions
This file was deleted.

tests/frontend/docker-compose.selenium.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

tests/frontend/generate_fxa_email.py

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)