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

test: create general purpose vscode operator function & finish select azure tenant test case #225

Merged
merged 23 commits into from
Aug 6, 2024

Conversation

ayachensiyuan
Copy link
Contributor

No description provided.

Copy link

codecov bot commented Aug 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 40.86%. Comparing base (c57a1bf) to head (d647b63).
Report is 1 commits behind head on dev.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #225      +/-   ##
==========================================
+ Coverage   40.77%   40.86%   +0.08%     
==========================================
  Files          81       81              
  Lines        4848     4860      +12     
  Branches      107      111       +4     
==========================================
+ Hits         1977     1986       +9     
- Misses       2870     2873       +3     
  Partials        1        1              

see 4 files with indirect coverage changes

package.json Outdated Show resolved Hide resolved
import { expect, test } from '../baseTest';
import { APICenter, TestENV, Timeout, VSCode } from '../utils/constants';
import VscodeOperator from '../utils/vscodeOperator';

test('select Tenant', async ({ workbox }) => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So this test case is not 'select Tenant' now?
It is showing subs when there is only 1 tenant

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed it is. The step of selecting tenant is put in prepare step, and this case becomes to verify whether subs meets expectations. Can I change title to "showing subs"?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So this test case is not 'select Tenant' now? It is showing subs when there is only 1 tenant

change case name to "validate subscription"

@wenytang-ms wenytang-ms merged commit 79b8a68 into microsoft:dev Aug 6, 2024
10 checks passed
wenytang-ms added a commit that referenced this pull request Sep 19, 2024
* test: create general purpose vscode operator function & finish select azure tenant test case (#225)

* feat: create general purpose vscode operator function & finish select azure tenant test case

* test: select tenant use env

* test: use dot env

* test: add codecov ignore test folder

* test: add codecov ignore test folder

* test: add codecov ignore test folder

* test: add codecov ignore test folder

* test: debug

* test: debug

* test: create general purpose vscode operator function & finish select azure tenant test case

* test: create general purpose vscode operator function & finish select azure tenant test case

* test: create general purpose vscode operator function & finish select azure tenant test case

* test: yaml test

* test: create general purpose vscode operator function & finish select azure tenant test case

* test: create general purpose vscode operator function & finish select azure tenant test case

* test: create general purpose vscode operator function & finish select azure tenant test case

* test: create general purpose vscode operator function & finish select azure tenant test case

* test: create general purpose vscode operator function & finish select azure tenant test case

* test: create general purpose vscode operator function & finish select azure tenant test case

* test: create general purpose vscode operator function & finish select azure tenant test case

* test: create general purpose vscode operator function & finish select azure tenant test case

* test: change case name

---------

Co-authored-by: Ivan_Chen <[email protected]>

* test: add auto case "Azure Tree View" (#232)

* add auto case "Azure Tree View"

* set single  test timeout

* select days sub first, then verify tree items

* use sub "AML Infra - Engineering System" to do the test

* remove local change

* Add verification for "Environments","Rules" and "Deployments"

* feat: data plane view support (#209)

* feat: rbac demo

* feat: support api server

* feat: update

* feat: ready

* feat: update

* feat: update

* test: update test case

* feat: add feautres

* docs: strings

* test: update

* feat: update command

* feat: change to b type

* feat: adjust treeitem view structure

* feat: update

* feat: update

* feat: separate defines

* feat: update

* feat: update

* test: add test cases

* test: add test cases

* fix: update the code according to comments

* fix: update code according to comments

* feat: update code

* feat: update

* feat: update

* fix: update

* test: fix comments and test cases

* test: update

* fix: update the uistring

* feat: add telemetry for dataplane (#238)

* feat: add telemetry for dataplane

* test: add test case

* test: add test case

* test: update

* test: update

* chore: add telemetry event for handleurl

* test: update

* fix: fix the comments

* fix: rename the telemetry event

* fix: update

* test: update

* test: update

* fix: update

* test: synchronize results to test plan (#239)

* build(deps): bump axios from 1.6.2 to 1.7.4 (#236)

Bumps [axios](https://github.com/axios/axios) from 1.6.2 to 1.7.4.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.6.2...v1.7.4)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* ci: upgrade the upload artifact action version (#245)

* docs: add changelog and readme for data plane (#241)

* docs: add changelog and readme for data plane

* docs: update

* docs: update

* docs: update

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Siyuan Chen <[email protected]>
Co-authored-by: Ivan_Chen <[email protected]>
Co-authored-by: QinghuiMeng-M <[email protected]>
Co-authored-by: Helly Zhang <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants