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

Report Builder Tests #6

Closed
wants to merge 35 commits into from
Closed
Show file tree
Hide file tree
Changes from 14 commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
d32d5ed
added scenarios for reportBuilder
nk2136 Oct 16, 2024
07cf7cc
moved package json and config files to root directory
nk2136 Oct 17, 2024
58be34b
Update .gitignore to ignore node_modules, playwright-report, and test…
nk2136 Oct 17, 2024
9b933cb
Move .gitignore to root and update ignored files
nk2136 Oct 17, 2024
da6c1ef
Remove unnecessary files from end2end
nk2136 Oct 17, 2024
23a0bc4
code clean up
nk2136 Oct 17, 2024
c63fd16
moved config.ts and json file to new folder
nk2136 Oct 17, 2024
e67dd97
added new test scenarios for report-builder
nk2136 Oct 23, 2024
d94f244
fix minor changes
nk2136 Oct 23, 2024
2ee797e
code clean up
nk2136 Oct 24, 2024
e94b516
resolve merge conflicts
nk2136 Oct 24, 2024
d1ef779
fix error on files
nk2136 Oct 24, 2024
468e21d
code clean up, update locator
nk2136 Oct 24, 2024
54dc7bb
new pull
nk2136 Oct 24, 2024
8b84164
pr fixes- 2 left
nk2136 Oct 28, 2024
b14ef4d
added instructions how to install playwright and run test
nk2136 Oct 29, 2024
73e08cf
changes as per pr review
nk2136 Oct 29, 2024
49a89a2
pull latest
nk2136 Oct 29, 2024
b0d6d06
remove test.only
nk2136 Oct 29, 2024
28508e6
Resolved merge conflicts and completed merge
nk2136 Nov 5, 2024
683f865
code refactor
nk2136 Nov 7, 2024
22721b5
code refactor
nk2136 Nov 8, 2024
faee39f
Fix test names
nk2136 Nov 8, 2024
7cd6c7b
fix indentation
nk2136 Nov 8, 2024
1bea3eb
tests/reportBuilder.spec.ts
nk2136 Nov 18, 2024
e141f5d
fixed pr comments feedbacks
nk2136 Nov 20, 2024
10489ab
removed useracces group test and fixed the PR suggestions
nk2136 Nov 25, 2024
3482ccd
Fix issue in test to ensure correct behavior
nk2136 Nov 26, 2024
22ec038
Fix issue in test to ensure correct behavior
nk2136 Nov 26, 2024
704ee77
Merge branch 'report-builder-testscenarios' of https://github.com/dep…
nk2136 Nov 26, 2024
164bd3b
Merge branch 'main' into report-builder-testscenarios
nk2136 Nov 26, 2024
5869e81
fix the failed test
nk2136 Nov 28, 2024
a5e4beb
Resolved merge conflicts and merged 'origin/report-builder-testscenar…
nk2136 Nov 28, 2024
c4f0c63
fix test
nk2136 Dec 9, 2024
534d10f
Fix test names and correct test logic
nk2136 Dec 10, 2024
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
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
node_modules/
test-results/
playwright-report/
blob-report/
playwright/.cache/
5 changes: 0 additions & 5 deletions end2end/.gitignore

This file was deleted.

Loading
Loading