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 workflow branch #545

Closed

Conversation

techstartuofc
Copy link
Contributor

I created the workflow needed to run the playwright test on the vercel preview.
additionally, in the playwrightTest branch, I have changed the playwright.config.ts file to use the github action variable BASE_URL
use: { /* Base URL to use in actions likeawait page.goto('/'). */ // baseURL: 'http://127.0.0.1:3000', baseURL: process.env.BASE_URL || 'http://localhost:3000', /* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */ trace: 'on-first-retry', },

Sahitiakella and others added 6 commits September 16, 2024 13:07
Signed-off-by: s-akella04 <[email protected]>
Co-authored-by: s-akella04 <[email protected]>
* handling empty PM list

* Update src/components/TeamSection/TeamInformation.ts

Co-authored-by: Ben Schmidt <[email protected]>
Signed-off-by: Morteza Faraji <[email protected]>

---------

Signed-off-by: Morteza Faraji <[email protected]>
Co-authored-by: Ben Schmidt <[email protected]>
@techstartuofc techstartuofc self-assigned this Oct 5, 2024
Copy link

vercel bot commented Oct 5, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
tsu-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 5, 2024 8:52pm

@techstartuofc
Copy link
Contributor Author

techstartuofc commented Oct 5, 2024

(Isaiah Oct 5,2024 ) -> I closed the pr because I realized I could just create the workflow on the playwright test branch and push it

@techstartuofc techstartuofc deleted the playwright_workflow_branch branch October 5, 2024 20:59
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.

5 participants