Currently we have a GitHub action which builds and tests SpiderMonkey. Unfortunately complete browser builds always timeout or run out of memory.
One thing we could do is add a GitHub action which tests playwright compatibility by running the preparation parts of the build.sh script, without building.
With this we could catch any incompatibility errors before merging.
Currently we have a GitHub action which builds and tests SpiderMonkey. Unfortunately complete browser builds always timeout or run out of memory.
One thing we could do is add a GitHub action which tests playwright compatibility by running the preparation parts of the build.sh script, without building.
With this we could catch any incompatibility errors before merging.