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

Playwright test #51

Merged
merged 28 commits into from
Oct 18, 2023
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
f8f8a05
first commits
Philip-21 Sep 10, 2023
3c2d7ef
removing files
Philip-21 Sep 11, 2023
a53f549
Merge branch 'master' into playwright-test
Philip-21 Sep 11, 2023
42c1693
setup functions to be used for playwright tests
Philip-21 Sep 11, 2023
3b297a7
new setup functions and util functions
Philip-21 Sep 12, 2023
7bdbb5e
creating Api requests
Philip-21 Sep 14, 2023
d718774
refactoring fand adjusting helper functions
Philip-21 Sep 16, 2023
39b760b
new login test passed
Philip-21 Sep 16, 2023
abb1b1a
adding more tests
Philip-21 Sep 17, 2023
bf86152
redefining and adding setup functions
Philip-21 Sep 17, 2023
5e5666c
adding more setup functions
Philip-21 Sep 17, 2023
2d8c9b6
utility tests
Philip-21 Sep 17, 2023
39d8f24
reoving timeouts,declaring await where necessary
Philip-21 Sep 23, 2023
fd13965
switchng to typescript
Philip-21 Sep 27, 2023
dda9e6b
setting up playwright to capture snapshots
Philip-21 Sep 29, 2023
0c13af5
reasjusting and removing test files
Philip-21 Sep 29, 2023
9d37825
adjusting actions
Philip-21 Sep 29, 2023
3774444
taking of if statement
Philip-21 Sep 29, 2023
f94fb5d
commenting out cypress actions
Philip-21 Sep 29, 2023
005c6d2
working on playwright workflow
Philip-21 Sep 30, 2023
81cb704
creating new adir to upload artifacts
Philip-21 Sep 30, 2023
4f31aea
deining env var for appid
Philip-21 Sep 30, 2023
f1e584c
rewriting meshmapsnapshot test function
Philip-21 Oct 6, 2023
8245171
indicating playwright workflow properly
Philip-21 Oct 7, 2023
edac40f
removing branch refs
Philip-21 Oct 7, 2023
714a12f
Merge branch 'layer5labs:master' into playwright-test
Philip-21 Oct 14, 2023
8dfd266
reimplementing screenshots
Philip-21 Oct 18, 2023
a96a237
Merge branch 'playwright-test' of https://github.com/Philip-21/meshma…
Philip-21 Oct 18, 2023
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
Prev Previous commit
Next Next commit
indicating playwright workflow properly
Signed-off-by: Philip-21 <[email protected]>
Philip-21 committed Oct 7, 2023
commit 8245171fb4263dd2fdd485702a4191e0dce8a9a8
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -89,7 +89,7 @@ runs:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
const { data: workflows } = await github.actions.listRepoWorkflows({ owner: context.repo.owner, repo: context.repo.repo });
const playwrightWorkflow = workflows.find(wf => wf.path === '.github/playwright.yml');
const playwrightWorkflow = workflows.find(wf => wf.path === '.github/workflows/playwright.yml');
if (playwrightWorkflow) {
await github.actions.createWorkflowDispatch({
owner: context.repo.owner,