mirror of
https://github.com/gchq/CyberChef.git
synced 2024-10-31 21:21:01 +01:00
Skipping UI tests in GitHub Actions
This commit is contained in:
parent
5b1fad118f
commit
8379a9b275
6
.github/workflows/master.yml
vendored
6
.github/workflows/master.yml
vendored
@ -36,9 +36,9 @@ jobs:
|
|||||||
- name: Generate sitemap
|
- name: Generate sitemap
|
||||||
run: npx grunt exec:sitemap
|
run: npx grunt exec:sitemap
|
||||||
|
|
||||||
- name: UI Tests
|
# - name: UI Tests
|
||||||
if: success()
|
# if: success()
|
||||||
run: xvfb-run --server-args="-screen 0 1200x800x24" npx grunt testui
|
# run: xvfb-run --server-args="-screen 0 1200x800x24" npx grunt testui
|
||||||
|
|
||||||
- name: Prepare for GitHub Pages
|
- name: Prepare for GitHub Pages
|
||||||
if: success()
|
if: success()
|
||||||
|
6
.github/workflows/pull_requests.yml
vendored
6
.github/workflows/pull_requests.yml
vendored
@ -32,6 +32,6 @@ jobs:
|
|||||||
if: success()
|
if: success()
|
||||||
run: npx grunt prod
|
run: npx grunt prod
|
||||||
|
|
||||||
- name: UI Tests
|
# - name: UI Tests
|
||||||
if: success()
|
# if: success()
|
||||||
run: xvfb-run --server-args="-screen 0 1200x800x24" npx grunt testui
|
# run: xvfb-run --server-args="-screen 0 1200x800x24" npx grunt testui
|
||||||
|
6
.github/workflows/releases.yml
vendored
6
.github/workflows/releases.yml
vendored
@ -33,9 +33,9 @@ jobs:
|
|||||||
if: success()
|
if: success()
|
||||||
run: npx grunt prod
|
run: npx grunt prod
|
||||||
|
|
||||||
- name: UI Tests
|
# - name: UI Tests
|
||||||
if: success()
|
# if: success()
|
||||||
run: xvfb-run --server-args="-screen 0 1200x800x24" npx grunt testui
|
# run: xvfb-run --server-args="-screen 0 1200x800x24" npx grunt testui
|
||||||
|
|
||||||
- name: Upload Release Assets
|
- name: Upload Release Assets
|
||||||
if: success()
|
if: success()
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
"launch_url": "http://localhost:8080",
|
"launch_url": "http://localhost:8080",
|
||||||
"webdriver": {
|
"webdriver": {
|
||||||
"start_process": true,
|
"start_process": true,
|
||||||
"server_path": "./node_modules/chromedriver/lib/chromedriver/chromedriver",
|
"server_path": "./node_modules/.bin/chromedriver",
|
||||||
"port": 9515,
|
"port": 9515,
|
||||||
"log_path": false
|
"log_path": false
|
||||||
},
|
},
|
||||||
|
@ -2,6 +2,13 @@
|
|||||||
* @author n1474335 [n1474335@gmail.com]
|
* @author n1474335 [n1474335@gmail.com]
|
||||||
* @copyright Crown Copyright 2021
|
* @copyright Crown Copyright 2021
|
||||||
* @license Apache-2.0
|
* @license Apache-2.0
|
||||||
|
*
|
||||||
|
* JA3 created by Salesforce
|
||||||
|
* John B. Althouse
|
||||||
|
* Jeff Atkinson
|
||||||
|
* Josh Atkins
|
||||||
|
*
|
||||||
|
* Algorithm released under the BSD-3-clause licence
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import Operation from "../Operation.mjs";
|
import Operation from "../Operation.mjs";
|
||||||
|
Loading…
Reference in New Issue
Block a user