Playwright doesn't support Fedora distribution. Following is a description how to run the tests using Ubuntu 22.04 image using distrobox which is fairy supported on various Linux distributions.
sudo dnf install distrobox podman| #!/bin/bash | |
| # NAME | |
| # deps_to_classpath - resolve dependencies and print classpath | |
| # | |
| # SYNOPSIS | |
| # deps_to_classpath [OPTIONS] DEP... | |
| # | |
| # EXAMPLE | |
| # Suppose you are evaluating different HTML parsers to use with saxon. You |
| # .bashrc | |
| # Source global definitions | |
| if [ -f /etc/bashrc ]; then | |
| . /etc/bashrc | |
| fi | |
| # User specific aliases and functions | |
| # Return immediately if not an interactive shell |
Playwright doesn't support Fedora distribution. Following is a description how to run the tests using Ubuntu 22.04 image using distrobox which is fairy supported on various Linux distributions.
sudo dnf install distrobox podman