Permalink
base repository: giggio/node-chromedriver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
base: 117.0.2
Choose a base ref
...
head repository: giggio/node-chromedriver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
compare: 117.0.3
Choose a head ref
  • 10 commits
  • 6 files changed
  • 2 contributors

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    View commit details
    Browse the repository at this point in the history
  2. Checkout on action

    @giggio
    giggio committedSep 21, 2023
    Configuration menu
    Copy the full SHA
    92e5845View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d6a5d6View commit details
    Browse the repository at this point in the history
  4. Fix version for action

    @giggio
    giggio committedSep 21, 2023
    Configuration menu
    Copy the full SHA
    a81ea10View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Add create tag gh action

    @giggio
    giggio committedSep 22, 2023
    Configuration menu
    Copy the full SHA
    e77c025View commit details
    Browse the repository at this point in the history
  2. Checkout during tag action

    @giggio
    giggio committedSep 22, 2023
    Configuration menu
    Copy the full SHA
    View commit details
    Browse the repository at this point in the history
  3. Fix tag action script

    @giggio
    giggio committedSep 22, 2023
    Configuration menu
    Copy the full SHA
    afe9bf9View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Creates the intermediate tmp folder before attempting to copy CHROMED…

    …RIVER_FILEPATH to it.
    
    Copying the binary no longer worked, unless the destination tmp folder already existed.
    
    Steps to reproduce:
    - rm -Rf /tmp/117.0.5938.92/chromedriver/
    - CHROMEDRIVER_FILEPATH="/yourpathto/chromedriver" node node_modules/chromedriver/install.js
    
    Failed with:
    ```
    ChromeDriver installation failed Error: ENOENT: no such file or directory, copyfile '/tmp/chromedriver' -> '/tmp/117.0.5938.92/chromedriver/chromedriver-linux64/chromedriver'
        at Object.copyFileSync (node:fs:2894:3)
        at extractDownload (/home/anastasios/Sources/cloud/web/node_modules/chromedriver/install.js:364:8)
        at install (/home/anastasios/Sources/cloud/web/node_modules/chromedriver/install.js:70:13)
        at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
      errno: -2,
      syscall: 'copyfile',
      code: 'ENOENT',
      path: '/tmp/chromedriver',
      dest: '/tmp/117.0.5938.92/chromedriver/chromedriver-linux64/chromedriver'
    }
    ```
    
    After this change it succeeds.
    anastasios-captureone authored and giggio committedSep 25, 2023
    Configuration menu
    Copy the full SHA
    View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce13f36View commit details
    Browse the repository at this point in the history
  3. Fix tag gh action script

    404 status throws errors, we are catching that.
    @giggio
    giggio committedSep 25, 2023
    Configuration menu
    Copy the full SHA
    82a6380View commit details
    Browse the repository at this point in the history
Loading