Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
interface
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LuckySwap
interface
Commits
8a7f1d51
Unverified
Commit
8a7f1d51
authored
Jun 28, 2021
by
Moody Salem
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore(ci): record integration tests
parent
8f59f501
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
integration-tests.yaml
.github/workflows/integration-tests.yaml
+1
-0
cypress.json
cypress.json
+1
-0
package.json
package.json
+1
-1
No files found.
.github/workflows/integration-tests.yaml
View file @
8a7f1d51
...
@@ -46,5 +46,6 @@ jobs:
...
@@ -46,5 +46,6 @@ jobs:
-
run
:
yarn integration-test
-
run
:
yarn integration-test
env
:
env
:
CYPRESS_INTEGRATION_TEST_PRIVATE_KEY
:
${{ secrets.CYPRESS_INTEGRATION_TEST_PRIVATE_KEY }}
CYPRESS_INTEGRATION_TEST_PRIVATE_KEY
:
${{ secrets.CYPRESS_INTEGRATION_TEST_PRIVATE_KEY }}
CYPRESS_RECORD_KEY
:
${{ secrets.CYPRESS_RECORD_KEY }}
cypress.json
View file @
8a7f1d51
{
{
"projectId"
:
"yp82ef"
,
"baseUrl"
:
"http://localhost:3000"
,
"baseUrl"
:
"http://localhost:3000"
,
"pluginsFile"
:
false
,
"pluginsFile"
:
false
,
"fixturesFolder"
:
false
,
"fixturesFolder"
:
false
,
...
...
package.json
View file @
8a7f1d51
...
@@ -118,7 +118,7 @@
...
@@ -118,7 +118,7 @@
"build"
:
"yarn compile-contract-types && yarn i18n:extract && yarn i18n:compile && react-scripts build"
,
"build"
:
"yarn compile-contract-types && yarn i18n:extract && yarn i18n:compile && react-scripts build"
,
"i18n:extract"
:
"lingui extract --locale en-US"
,
"i18n:extract"
:
"lingui extract --locale en-US"
,
"i18n:compile"
:
"lingui compile"
,
"i18n:compile"
:
"lingui compile"
,
"integration-test"
:
"start-server-and-test 'serve build -l 3000' http://localhost:3000 'cypress run'"
,
"integration-test"
:
"start-server-and-test 'serve build -l 3000' http://localhost:3000 'cypress run
--record
'"
,
"postinstall"
:
"yarn compile-contract-types"
,
"postinstall"
:
"yarn compile-contract-types"
,
"start"
:
"yarn compile-contract-types && react-scripts start"
,
"start"
:
"yarn compile-contract-types && react-scripts start"
,
"test"
:
"react-scripts test --env=jsdom"
"test"
:
"react-scripts test --env=jsdom"
...
...
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