mirror of
https://github.com/wassname/talk.git
synced 2026-08-05 13:30:26 +08:00
Integrate reports with circle ci
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ test:
|
||||
override:
|
||||
# Run the tests using the junit reporter.
|
||||
- MOCHA_FILE=$CIRCLE_TEST_REPORTS/junit/test-results.xml MOCHA_REPORTER=mocha-junit-reporter yarn test
|
||||
- yarn e2e-ci
|
||||
- REPORTS_FOLDER=$CIRCLE_TEST_REPORTS/browserstack yarn e2e-ci
|
||||
|
||||
deployment:
|
||||
release:
|
||||
|
||||
@@ -4,7 +4,7 @@ const {
|
||||
|
||||
const nightwatch_config = {
|
||||
src_folders: './test/e2e/specs/',
|
||||
output_folder: './test/e2e/reports',
|
||||
output_folder: process.env.REPORTS_FOLDER || './test/e2e/reports',
|
||||
page_objects_path: './test/e2e/page_objects',
|
||||
globals_path: './test/e2e/globals',
|
||||
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@ const {
|
||||
|
||||
module.exports = {
|
||||
src_folders: './test/e2e/specs/',
|
||||
output_folder: './test/e2e/reports',
|
||||
output_folder: process.env.REPORTS_FOLDER || './test/e2e/reports',
|
||||
page_objects_path: './test/e2e/page_objects',
|
||||
globals_path: './test/e2e/globals',
|
||||
selenium: {
|
||||
|
||||
Reference in New Issue
Block a user