Puppetry
2.0.0
2.0.0
  • Welcome Puppetry
  • Getting Started
  • Project
  • Suite
  • Group
  • Target
  • Test Case
  • Test Step
    • Page Commands
    • Page Assertions
    • Target Commands
    • Target Assertions
  • Managing Assets
  • Snippets
  • Running tests
    • Troubleshooting
  • Exporting Tests for CI
  • Template Expressions
  • Version Control
  • Testing Transactional Emails
    • Example with Restmail.net
    • Example with Mailinator
    • Example with IMAP bridge
    • Example with Google API
  • Testing Forms with Captcha
  • Command API
  • Test Application
Powered by GitBook
On this page

Was this helpful?

  1. Running tests

Troubleshooting

PreviousRunning testsNextExporting Tests for CI

Last updated 5 years ago

Was this helpful?

On Linux you may run into "Failed to launch chrome" issue

In order to protect the host environment from untrusted web content, Chrome uses . For this to work properly, the host should be configured first. If there's no good sandbox for Chrome to use we get this problem. You can find how to configure sandbox . But actually if you trust the content of the application under test you can simply run with --no-sandbox option.

multiple layers of sandboxing
here