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

Ako/80792/ end to end setup using playwright #7332

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
8fe606f
feat: end-to-end test setup
Dec 12, 2022
778a824
docs: add env example file
Dec 12, 2022
f1f296d
test: endpoint change setup
Dec 28, 2022
66dbd54
test: signup flow e2e
Jan 2, 2023
dce6e06
test: deriv.com signup finalization
Jan 2, 2023
7e1f55c
test: register client and sign in thorugh email
Jan 4, 2023
fb26562
test(e2e): done with signup flow
Jan 4, 2023
d2981f0
docs: update env example file
Jan 8, 2023
31a6675
feat: add global setup file to run the onboarding flow and the beginn…
Jan 8, 2023
e83bba8
test: check endpoint checkbox base on env variables
Jan 8, 2023
412cb5b
build: update playwright to 1.29
Jan 8, 2023
b0df028
test: add dummy test to check the signup flow
Jan 8, 2023
307234b
Merge branch 'master' of https://github.com/binary-com/deriv-app into…
Jan 8, 2023
ad1020c
build: move playwright to dependencies
Jan 8, 2023
2023111
docs: add readme
Jan 8, 2023
1fa757a
build: remove useless credentials from config file
Jan 9, 2023
90fdfdf
test: remove pre-appstore checkbox test case
Jan 9, 2023
3030c0d
test: get county of residence from environment variable
Jan 9, 2023
5bd32e8
test: remove old e2e setup
Jan 9, 2023
f6b65db
docs: update .env.example file
Jan 15, 2023
ca8cb08
build: remove useless entry point
Jan 15, 2023
00130ae
ci: remove main branch as we dont use it
Jan 15, 2023
645af5f
chore: remove commented out lines
Jan 15, 2023
3f5e757
Merge branch 'master' of https://github.com/binary-com/deriv-app into…
Jan 15, 2023
2a32b4a
test: revert back e2e_tests dir to fix conflict
Jan 17, 2023
d0e4330
Merge branch 'master' of https://github.com/binary-com/deriv-app into…
Jan 17, 2023
ad73186
test: remove old e2e directory since its useless
Jan 17, 2023
9295f0e
Merge branch 'master' of https://github.com/binary-com/deriv-app into…
Jan 25, 2023
6a32735
Feature/82781/diel_for_all (#7311)
matin-deriv Jan 31, 2023
7bee728
translations: 📚 sync translations with crowdin (#7458)
github-actions[bot] Jan 31, 2023
f2ab45e
translations: 📚 sync translations with crowdin (#7460)
github-actions[bot] Jan 31, 2023
b6d9d79
translations: 📚 sync translations with crowdin (#7461)
github-actions[bot] Jan 31, 2023
85816b1
chore: remove boom description for eu regulation (#7467)
thisyahlen-deriv Feb 1, 2023
785bf3b
Amina/87406/fix: exit modal fix (#7464)
amina-deriv Feb 1, 2023
5745911
fix: empty notification dropdown (#7468)
thisyahlen-deriv Feb 1, 2023
97ee690
fix: close_button_on_responsive (#7465)
amina-deriv Feb 1, 2023
0dde792
Amina/fix: cfd listing fix (#7463)
amina-deriv Feb 1, 2023
1a7312a
Merge branch 'master' of https://github.com/binary-com/deriv-app into…
Feb 1, 2023
6058e8f
feat: update terms and conditions selector
Feb 1, 2023
c310974
Merge branch 'develop' of https://github.com/binary-com/deriv-app int…
Feb 5, 2023
6b0f17c
chore: revert everything except end-to-end test to develop
Feb 5, 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
67 changes: 0 additions & 67 deletions e2e_tests/.env.example

This file was deleted.

5 changes: 0 additions & 5 deletions e2e_tests/.eslintrc.js

This file was deleted.

2 changes: 0 additions & 2 deletions e2e_tests/.gitignore

This file was deleted.

104 changes: 0 additions & 104 deletions e2e_tests/README.md

This file was deleted.

28 changes: 0 additions & 28 deletions e2e_tests/create_test.js

This file was deleted.

34 changes: 0 additions & 34 deletions e2e_tests/jest.config.js

This file was deleted.

6 changes: 0 additions & 6 deletions e2e_tests/jest.setup.js

This file was deleted.

Loading