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

EPMRPP-84613 Playwright tags are parsed to the RP's attributes and attached to the tests #133

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
095e5ec
refactor: EPMRPP-84613 Playwright tags are parsed to the RP's attribu…
abdelrhman-arnos Jan 22, 2024
c85fe55
feat: unit-testing for tags
abdelrhman-arnos Feb 2, 2024
54a75a8
feat: extract tags from title
abdelrhman-arnos Feb 2, 2024
dc62061
refactor: use grep & grepInvert from pw config
abdelrhman-arnos Feb 6, 2024
5cb66de
refactor: update the tag tests
abdelrhman-arnos Feb 7, 2024
b595507
feat: consider @key:value title attributes
abdelrhman-arnos Mar 4, 2024
5756fa6
style: format reporter.ts
abdelrhman-arnos Mar 4, 2024
51e7139
test: fix client.startTestItem should be called with retry=true params
abdelrhman-arnos Mar 4, 2024
1abdab5
test: update tags tests in startSuiteTestReporting.spec.ts
abdelrhman-arnos Mar 4, 2024
b681254
test: update tags tests in startSuiteTestReporting.spec.ts
abdelrhman-arnos Mar 4, 2024
37771b9
test: fix the tests of the tags
abdelrhman-arnos Mar 5, 2024
9710249
Update retriesReporting.spec.ts
abdelrhman-arnos Mar 6, 2024
6dbea24
Update src/__tests__/reporter/startSuiteTestReporting.spec.ts
abdelrhman-arnos Mar 6, 2024
cf46677
Update src/__tests__/reporter/startSuiteTestReporting.spec.ts
abdelrhman-arnos Mar 6, 2024
0520150
doc: tag for test title in add attributes
abdelrhman-arnos Mar 6, 2024
41ad667
Update README.md
abdelrhman-arnos Mar 6, 2024
ee5559b
Update README.md
abdelrhman-arnos Mar 6, 2024
94fb633
Update README.md
abdelrhman-arnos Mar 6, 2024
f6955ca
doc: grep options under Reporting section in README
abdelrhman-arnos Mar 6, 2024
e672879
doc: update advanced Test Filtering with grep Options in README
abdelrhman-arnos Mar 7, 2024
c158a3a
doc: rm markdown in README
abdelrhman-arnos Mar 7, 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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
### Added
- The Playwright's tags are parsed to the RP's attributes and attached to the tests.

## [5.1.6] - 2023-12-19
### Fixed
Expand Down
Loading
Loading