question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Question] Chrome extension with github action.

See original GitHub issue

Hi guys, I have a question. When I am testing my chrome extension locally everything is ok and works perfectly well. But when I run a test inside GitHub action I get this error: Test timeout of 30000ms exceeded while setting up "context". Is it even possible to test chrome extension inside with Github actions? My version of playwright: 1.28.1

Here is my test: image

Here is my GitHub action: image

if you have any questions, feel free to ask!

Issue Analytics

  • State:closed
  • Created 10 months ago
  • Reactions:4
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
mxschmittcommented, Dec 5, 2022

Closing as part of the triage process since it seemed stale. Please create a new issue with a detailed reproducible or feature request if you still face issues.

1reaction
bd-dmcommented, Nov 29, 2022

@sleaper I had the same issue and for me it was missing dist folder - I forgot to add build step before test step, check it out

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to release chrome extension from GitHub repository
There are a few ways to do this: by using npm module (article about that) (suits for you. You can setup script by...
Read more >
chrome.action - Chrome Developers
Build the next generation of web experiences.
Read more >
7 Github Actions Tricks I Wish I Knew Before I Started
Now – you'd like to run the build and the tests for 3 browsers – chrome, firefox and Safari. The catch? Safari runs...
Read more >
Migrating a JS project from Travis to GitHub Actions
The build itself is just npm ci to install dependencies and then npm test . Although not shown here, some of the npm...
Read more >
Best GitHub Chrome Extensions - Rewind Backups
Learn the best Chrome extensions for GitHub developers. ... and users frequently take action such as pushing changes to the codebase or ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found