Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
7354c23a
Commit
7354c23a
authored
Apr 30, 2020
by
ioedeveloper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed nightwatch reports directory
parent
c001a39d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
9 deletions
+3
-9
config.yml
.circleci/config.yml
+2
-8
nightwatch.js
nightwatch.js
+1
-1
No files found.
.circleci/config.yml
View file @
7354c23a
...
@@ -32,12 +32,9 @@ jobs:
...
@@ -32,12 +32,9 @@ jobs:
name
:
Start Selenium
name
:
Start Selenium
command
:
./node_modules/.bin/selenium-standalone start --config=../remix-ide/seleniumConfig.js
command
:
./node_modules/.bin/selenium-standalone start --config=../remix-ide/seleniumConfig.js
background
:
true
background
:
true
-
run
:
name
:
Setup Directory For Saving Test Results
command
:
mkdir -p ./reports/test_results/chrome
-
run
:
./ci/browser_tests_chrome.sh
-
run
:
./ci/browser_tests_chrome.sh
-
store_test_results
:
-
store_test_results
:
path
:
./reports/test
_results/chrome
path
:
./reports/test
s
-
store_artifacts
:
-
store_artifacts
:
path
:
./reports/screenshots
path
:
./reports/screenshots
...
@@ -75,12 +72,9 @@ jobs:
...
@@ -75,12 +72,9 @@ jobs:
-
run
:
-
run
:
name
:
Install Firefox
name
:
Install Firefox
command
:
sudo dpkg -i firefox-mozilla-build_73.0.1-0ubuntu1_amd64.deb
command
:
sudo dpkg -i firefox-mozilla-build_73.0.1-0ubuntu1_amd64.deb
-
run
:
name
:
Setup Directory For Saving Test Results
command
:
mkdir -p ./reports/test_results/firefox
-
run
:
./ci/browser_tests_firefox.sh
-
run
:
./ci/browser_tests_firefox.sh
-
store_test_results
:
-
store_test_results
:
path
:
./reports/test
_results/firefox
path
:
./reports/test
s
-
store_artifacts
:
-
store_artifacts
:
path
:
./reports/screenshots
path
:
./reports/screenshots
...
...
nightwatch.js
View file @
7354c23a
...
@@ -6,7 +6,7 @@ const metamaskExtension = new Buffer.from(crxFile).toString('base64') // eslint-
...
@@ -6,7 +6,7 @@ const metamaskExtension = new Buffer.from(crxFile).toString('base64') // eslint-
module
.
exports
=
{
module
.
exports
=
{
'src_folders'
:
[
'test-browser/tests'
],
'src_folders'
:
[
'test-browser/tests'
],
'output_folder'
:
'
repor
ts'
,
'output_folder'
:
'
./reports/tes
ts'
,
'custom_commands_path'
:
[
'test-browser/commands'
],
'custom_commands_path'
:
[
'test-browser/commands'
],
'custom_assertions_path'
:
''
,
'custom_assertions_path'
:
''
,
'page_objects_path'
:
''
,
'page_objects_path'
:
''
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment