以下代码用于成功禁用内部Chrome PDF查看器。不再启动chromedriver76。
language: node_js
node_js:
- "stable"
directories:
- "node_modules"
services:
- mysql
cache:
- "node_modules"
before_script:
- mysql -u root -e "CREATE USER 'test'@'localhost' IDENTIFIED BY 'xxxx'"
- mysql -u root -e 'CREATE DATABASE backend;'
- mysql -u root -e 'SHOW DATABASES'
- mysql -u root -e "GRANT ALL ON backend.* TO 'test'@'localhost';"
- npm install
env:
- ENV: 'TEST'
发生了什么变化?以及如何禁用内部PDF查看器?
请注意,我正在使用 Python