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

Add simple playwright test #44

Merged
merged 34 commits into from
Mar 18, 2024
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
8210b28
Add simple playwright test
Sep 14, 2023
470c352
Merge branch 'v2.x/staging' of https://github.com/zowe/zen into users…
Sep 22, 2023
f90cba4
update test
Oct 5, 2023
33dc0db
fix merge conflict
Nov 17, 2023
f4fb72c
update packagelock
Nov 17, 2023
6e13800
Merge branch 'v2.x/staging' of https://github.com/zowe/zen into users…
Nov 28, 2023
9382f87
add readme and use case
Nov 28, 2023
bc3375b
Merge branch 'v2.x/staging' into users/jstruga/zen-test
1000TurquoisePogs Nov 28, 2023
f4e8f6b
Merge branch 'v2.x/staging' of https://github.com/zowe/zen into users…
Dec 4, 2023
255e801
add test
Dec 20, 2023
e7ae1f2
Merge branch 'v2.x/staging' into users/jstruga/zen-test
struga0258 Jan 16, 2024
9275ccf
Merge branch 'v2.x/staging' into users/jstruga/zen-test
struga0258 Jan 22, 2024
55c1e35
test for security tab
Jan 22, 2024
c500f8f
security test file
Jan 22, 2024
74a1998
minor fixes
Jan 22, 2024
d9b49ef
updated README.md
Jan 22, 2024
655a239
Reducing sleep time
Jan 22, 2024
4a07ef3
Add Apf Auth Tests
sagar-1310 Jan 23, 2024
b82b3cb
Added tests for Apf Auth tab
sagaryadavs Jan 23, 2024
14695f0
added more test coverage
Jan 24, 2024
fa546f7
Added more tests to APF Auth Tab
sagaryadavs Jan 24, 2024
53790f5
Merge pull request #108 from zowe/apfAuthTab/tests
struga0258 Jan 28, 2024
f65e4a6
Fixed conflicts
Jan 29, 2024
014c42b
Merge pull request #105 from zowe/securityTab/testcases
struga0258 Jan 30, 2024
9c9f350
Merge branch 'v2.x/staging' of https://github.com/zowe/zen into users…
Jan 30, 2024
b1988de
Reconstructing the folder with page object model
Jan 31, 2024
26e7ecf
Merge branch 'v2.x/staging' of https://github.com/zowe/zen into Umakant
Jan 31, 2024
d600875
add setup steps
Feb 5, 2024
c1c413e
Merge branch 'users/jstruga/zen-test' of https://github.com/zowe/zen …
Feb 6, 2024
a0dc733
fix download logic
Feb 7, 2024
a68b1af
Merge pull request #115 from Umak8/Umakant
struga0258 Feb 7, 2024
29dcae1
Merge branch 'v2.x/staging' into users/jstruga/zen-test
struga0258 Feb 7, 2024
7f9c456
update staging
Mar 5, 2024
fd2dbc6
Merge branch 'v2.x/staging' into users/jstruga/zen-test
struga0258 Mar 18, 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
12 changes: 11 additions & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
uses: zowe-actions/zlux-builds/zen/[email protected]/main
with:
os: ubuntu
- name: '[prep 7] Test'
run: |
npm run test


build-window:
Expand All @@ -64,6 +67,9 @@ jobs:
uses: zowe-actions/zlux-builds/zen/[email protected]/main
with:
os: windows
- name: '[prep 7] Test'
run: |
npm run test

build-macos:
runs-on: macos-latest
Expand All @@ -87,4 +93,8 @@ jobs:
- name: '[prep 6] Publish'
uses: zowe-actions/zlux-builds/zen/[email protected]/main
with:
os: macos
os: macos
- name: '[prep 7] Test'
run: |
npm run test

Loading
Loading