Skip to content

Commit

Permalink
EPMRPP-84613 || Playwright tags are parsed to the RP's attributes and…
Browse files Browse the repository at this point in the history
… attached to the tests (#133)

* refactor: EPMRPP-84613 Playwright tags are parsed to the RP's attributes and attached to the tests

* feat: unit-testing for tags

* feat: extract tags from title

* refactor: use grep & grepInvert from pw config

* refactor: update the tag tests

* feat: consider @key:value title attributes

* style: format reporter.ts

* test: fix client.startTestItem should be called with retry=true params

* test: update tags tests in startSuiteTestReporting.spec.ts

* test: update tags tests in startSuiteTestReporting.spec.ts

* test: fix the tests of the tags

* Update retriesReporting.spec.ts

* Update src/__tests__/reporter/startSuiteTestReporting.spec.ts

Co-authored-by: Ilya <ilya_hancharyk@epam.com>

* Update src/__tests__/reporter/startSuiteTestReporting.spec.ts

Co-authored-by: Ilya <ilya_hancharyk@epam.com>

* doc: tag for test title in add attributes

* Update README.md

Co-authored-by: Ilya <ilya_hancharyk@epam.com>

* Update README.md

Co-authored-by: Ilya <ilya_hancharyk@epam.com>

* Update README.md

Co-authored-by: Ilya <ilya_hancharyk@epam.com>

* doc: grep options under Reporting section in README

* doc: update advanced Test Filtering with grep Options in README

* doc: rm markdown in README

---------

Co-authored-by: Ilya <ilya_hancharyk@epam.com>
  • Loading branch information
abdelrhman-arnos and AmsterGet authored Mar 8, 2024
1 parent 35fdbf1 commit e970e5c
Show file tree
Hide file tree
Showing 5 changed files with 314 additions and 143 deletions.
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.7] - 2024-02-21
### Changed
Expand Down
Loading

0 comments on commit e970e5c

Please sign in to comment.