Skip to content
Snippets Groups Projects
Select Git revision
  • 57b46cdaeadcbd1c566b90cfc125475dd007f9df
  • master default protected
  • multiprocessing
  • experiment/clara
  • experiment/spec2B-poc
  • experiment/qivalio-poc
  • experiment/ertms
  • MAY-2023
  • FEB-2023
  • EGC-2023
  • 0.2.1
  • v0.2.0
  • v0.1.2
13 results

README.md

Blame
  • To learn more about this project, read the wiki.
    .gitlab-ci.yml 238 B
    
    upstream_tests:
      image: ghcr.io/puppeteer/puppeteer:latest
      before_script:
        - npm ci
        - npm run build
      script:
        - npm run test:ci
      artifacts:
        when: always
        paths:
          - junit.xml
        reports:
          junit: junit.xml