From 75b24ead8531e2e5199e1ed27b9cb1ebd10d70e3 Mon Sep 17 00:00:00 2001 From: JOASSART Edwin Date: Sat, 27 Apr 2024 09:41:21 +0200 Subject: [PATCH] patch: passing url e2e ? --- .github/actions/test/action.yml | 2 +- docs/ARCHITECTURE.md | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/actions/test/action.yml b/.github/actions/test/action.yml index 9d0ea82b25a..20f8c113ce0 100644 --- a/.github/actions/test/action.yml +++ b/.github/actions/test/action.yml @@ -98,7 +98,7 @@ runs: # tests; note that they required `package` to run before # npm run wdio - if [[ '${{ runner.os }}'' == 'Windows' ]]; then + if [[ '${{ runner.os }}' == 'Windows' ]]; then npm run wdio-e2e else sudo TARGET_DRIVE=${{ env.TARGET_DRIVE }} ETCHER_INCLUDE_VIRTUAL_DRIVES=1 npm run wdio-e2e diff --git a/docs/ARCHITECTURE.md b/docs/ARCHITECTURE.md index 6669b9b0958..42837fc7e58 100644 --- a/docs/ARCHITECTURE.md +++ b/docs/ARCHITECTURE.md @@ -16,7 +16,8 @@ technologies used in Etcher that you should become familiar with: - [ImmutableJS][immutablejs] - [Sass][sass] - [Mocha][mocha] -- [JSDoc][jsdoc] +- [Pkg][pkg] +- [wdio][wdio] Module architecture ------------------- @@ -67,4 +68,5 @@ be documented instead! [immutablejs]: http://facebook.github.io/immutable-js/ [sass]: http://sass-lang.com [mocha]: http://mochajs.org -[jsdoc]: http://usejsdoc.org +[pkg]: https://github.com/yao-pkg/pkg +[wdio]: https://webdriver.io \ No newline at end of file