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

ADO Test Case tag with prefix #76

Closed
PavanMudigondaTR opened this issue Sep 14, 2024 · 6 comments · Fixed by #77
Closed

ADO Test Case tag with prefix #76

PavanMudigondaTR opened this issue Sep 14, 2024 · 6 comments · Fixed by #77
Assignees
Labels
enhancement New feature or request feature

Comments

@PavanMudigondaTR
Copy link

Hi Alex,

I have tag with prefix as i use SpecSync to automatically create my features as test cases in Azure DevOps. It always appends a prefix like TestCase or TC or test or tc which is user choice. Can you please help me if its possible to support this ?

image

@alexneo2003
Copy link
Owner

@PavanMudigondaTR
I have published beta version, can you check it?

@alex_neo/playwright-azure-reporter@1.11.0-beta.0

Pay attention README about new config - tagsMatcher

@alexneo2003 alexneo2003 added enhancement New feature or request feature and removed investigate labels Sep 17, 2024
@PavanMudigondaTR
Copy link
Author

Thank you !! I can't wait to try. I will keep you posted.

@PavanMudigondaTR
Copy link
Author

PavanMudigondaTR commented Sep 17, 2024

@alexneo2003 I was unable to install beta version. i tried below commands

npm install @alex_neo/playwright-azure-reporter@beta
npm i @alex_neo/playwright-azure-reporter@1.11.0-beta.0

➜  playwright-test git:(main) npm i @alex_neo/playwright-azure-reporter@beta
npm error code ETARGET
npm error notarget No matching version found for playwright-bdd@^1.11.0-beta.0.
npm error notarget In most cases you or one of your dependencies are requesting
npm error notarget a package version that doesn't exist.

npm error A complete log of this run can be found in: /Users/my-mac-user-name/.npm/_logs/2024-09-17T21_20_08_582Z-debug-0.log
➜  playwright-test git:(main) npm view @alex_neo/playwright-azure-reporter@1.11.0-beta.0                         

@alex_neo/playwright-azure-reporter@1.11.0-beta.0 | ISC | deps: 6 | versions: 40
Playwright Azure Reporter
https://github.com/alexneo2003/playwright-azure-reporter#readme

keywords: playwright, azure, reporter

dist
.tarball: https://registry.npmjs.org/@alex_neo/playwright-azure-reporter/-/playwright-azure-reporter-1.11.0-beta.0.tgz
.shasum: 9b7a2eea818f7b6306e22f151f7ab302c07e5ea6
.integrity: sha512-+wG7EJfBcaOP0oYf5Av2PHXkqwZO0Txz1YpfzCtB1z7xvCfNGaTlFcThiRiTICH5biUw5ZdLOpF+/nn84bPn+Q==
.unpackedSize: 361.8 kB

dependencies:
azure-devops-node-api: ^14.0.2    chalk: 4.1.2                      dotenv: ^16.4.5                   
azure-pipelines-task-lib: ^4.15.0 debug: ^4.3.4                     mime: ^3.0.0                      

maintainers:
- alex_neo <alexneo2003@gmail.com>

dist-tags:
beta: 1.11.0-beta.0  latest: 1.10.1       

published 13 hours ago by alex_neo <alexneo2003@gmail.com>
➜  playwright-test-demo git:(main) npm install @alex_neo/playwright-azure-reporter@1.11.0-beta.0
npm error code ETARGET
npm error notarget No matching version found for playwright-bdd@^1.11.0-beta.0.
npm error notarget In most cases you or one of your dependencies are requesting
npm error notarget a package version that doesn't exist.

npm error A complete log of this run can be found in: /Users/nagapavankumar.mudigonda/.npm/_logs/2024-09-17T21_20_31_981Z-debug-0.log
➜  playwright-test git:(main) 

@alexneo2003
Copy link
Owner

@PavanMudigondaTR I don't understand why it happens.
Try to find solution at this article
I guess you need to clear cache or/and remove node_modules and reinstall packages

@PavanMudigondaTR
Copy link
Author

PavanMudigondaTR commented Sep 18, 2024

I confirm its working fine now. I was able to install beta package and work with my use case. Thanks alot for quick turn around. please make a normal release. @alexneo2003

@alexneo2003 alexneo2003 linked a pull request Sep 19, 2024 that will close this issue
@alexneo2003
Copy link
Owner

@PavanMudigondaTR
pls pay attention that I have renamed tagsMatcher ->> testCaseIdMatcher

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants