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/playwright setup #7524

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
ed4b2e5
feat: playwright base setup
Feb 5, 2023
15f1a49
feat: add playwright github workflow
Feb 5, 2023
f4ac77d
docs: update md file
Feb 5, 2023
1c3215e
test: implement test cases for onboarding(signup)
Feb 5, 2023
f57689f
test: add test example to run the onboarding before start
Feb 5, 2023
ffe744e
feat: remove old e2e test setup
Feb 5, 2023
ae83a91
Merge branch 'develop' of https://github.com/binary-com/deriv-app int…
Feb 20, 2023
1d7b94c
build: remove unused eslint jest playwright plugin
Feb 21, 2023
f3da6dc
feat: update checkbox selector to use xpath
Feb 21, 2023
568fa08
feat: use just account opening emails to signup
Feb 21, 2023
01573f2
Merge branch 'master' of https://github.com/binary-com/deriv-app into…
ali-hosseini-deriv Mar 30, 2023
6ea4199
ci: remove qawolf env variable and usecases of it
ali-hosseini-deriv Mar 30, 2023
6fedc10
ci: remove old e2e test workflow
ali-hosseini-deriv Mar 30, 2023
94c47df
test: update test description
ali-hosseini-deriv Mar 30, 2023
753ee1c
Merge branch 'master' into ako/80792/playwright-setup-redo
Mar 30, 2023
ee37b4c
build: enable https
ali-hosseini-deriv Mar 30, 2023
d9bdcbb
feat: add suspend function to utils dir
ali-hosseini-deriv Mar 30, 2023
688c1fc
Merge branch 'ako/80792/playwright-setup-redo' of github.com:ali-hoss…
ali-hosseini-deriv Mar 30, 2023
e4eba21
feat: move ChangeEndpoint method to a separate method
ali-hosseini-deriv Apr 3, 2023
fdc3114
Merge branch 'master' of https://github.com/binary-com/deriv-app into…
ali-hosseini-deriv Apr 10, 2023
678098a
fix: reduce suspend time as its not needed anymore
ali-hosseini-deriv Apr 10, 2023
759fe1e
fix: fix cookie banner issue
ali-hosseini-deriv Apr 10, 2023
5026e8b
feat: add example test for better understanding
ali-hosseini-deriv Apr 10, 2023
70c1b57
Merge branch 'master' of https://github.com/binary-com/deriv-app into…
ali-hosseini-deriv Apr 12, 2023
0f20c40
ci: update package-lock.json
ali-hosseini-deriv Apr 12, 2023
1a1defb
Merge branch 'master' into ako/80792/playwright-setup-redo
Apr 12, 2023
b7c0d00
Merge branch 'master' into ako/80792/playwright-setup-redo
ali-hosseini-deriv Apr 14, 2023
ca51cb8
Merge branch 'master' of https://github.com/binary-com/deriv-app into…
ali-hosseini-deriv Apr 18, 2023
de8b39b
build: update package-lock.json
ali-hosseini-deriv Apr 18, 2023
8c02cc1
Merge remote-tracking branch 'origin/ako/80792/playwright-setup-redo'…
ali-hosseini-deriv Apr 18, 2023
e7b67bd
Merge branch 'master' into ako/80792/playwright-setup-redo
ali-hosseini-deriv Apr 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
42 changes: 0 additions & 42 deletions .github/workflows/run-e2e-test.yml

This file was deleted.

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