Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing parallelisation and test splitting in circleci #357

Open
wants to merge 52 commits into
base: dev
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
ca2afcd
Testing parallelisation and test spliting in circleci
ravise5 Nov 30, 2022
51aa7a1
Pass circlci glob as command line arguments to mvn
ravise5 Dec 1, 2022
de50866
Set Executors to 2 for this Run
ravise5 Dec 1, 2022
f7df742
Update package-lock.json
ravise5 Dec 1, 2022
9e70844
Fixed import statement
ravise5 Dec 1, 2022
42c8303
Changed arguments for cypress run
ravise5 Dec 1, 2022
d308d93
Update it-tests.js
ravise5 Dec 1, 2022
66e75cb
Fixed the mvn command
ravise5 Dec 1, 2022
8cb8648
Update config.yml
ravise5 Dec 1, 2022
0adfeb0
Update pom.xml
ravise5 Dec 1, 2022
28f36bc
Changed e2e Cypress UI Headless tests command
ravise5 Dec 1, 2022
3017e28
Update pom.xml
ravise5 Dec 1, 2022
f498958
Update pom.xml
ravise5 Dec 1, 2022
974111b
Update pom.xml
ravise5 Dec 1, 2022
02206f6
Merge branch 'dev' into parallelise-tests
ravise5 Jan 18, 2023
90e539d
Pom.xml args change
ravise5 Jan 18, 2023
a749dbb
Corrected the blob generated
ravise5 Jan 18, 2023
7c63f2d
blob changed
ravise5 Jan 18, 2023
ecf659b
corrected blob again
ravise5 Jan 18, 2023
c30d7de
Update config.yml
ravise5 Jan 18, 2023
2eaff73
Update config.yml
ravise5 Jan 18, 2023
2f46363
Update config.yml
ravise5 Jan 18, 2023
4c9a221
Update config.yml
ravise5 Jan 19, 2023
f419f95
Update config.yml
ravise5 Jan 19, 2023
de3c00d
Update config.yml
ravise5 Jan 19, 2023
e936ac5
Update config.yml
ravise5 Jan 19, 2023
7f3e569
Update it-tests.js
ravise5 Jan 19, 2023
0e0074e
Corrected testSuite resolution
ravise5 Jan 19, 2023
d2e4285
Update pom.xml
ravise5 Jan 19, 2023
77c637f
Update pom.xml
ravise5 Jan 19, 2023
7712353
Update pom.xml
ravise5 Jan 19, 2023
fbd24ee
Update pom.xml
ravise5 Jan 19, 2023
18f2327
Update pom.xml
ravise5 Jan 19, 2023
c0a41d0
Update config.yml
ravise5 Jan 19, 2023
d7236ab
4 instances
ravise5 Jan 19, 2023
247284d
8 instances
ravise5 Jan 19, 2023
40666b8
10 instances
ravise5 Jan 20, 2023
394dbe3
Storing test results in a non-destructing directory
ravise5 Jan 23, 2023
a4678d5
Update config.yml
ravise5 Jan 23, 2023
fec25d7
Update it-tests.js
ravise5 Jan 23, 2023
533ff99
Update it-tests.js
ravise5 Jan 23, 2023
f2b7ebe
Update it-tests.js
ravise5 Jan 23, 2023
9c61abc
8 instances
ravise5 Jan 24, 2023
2219d02
Update it-tests.js
ravise5 Jan 29, 2023
9c57094
Merge branch 'dev' into parallelise-tests
ravise5 Jan 29, 2023
44b4807
Changed cypress.config to directly store results into test-results dir
ravise5 Jan 29, 2023
7211b59
Revert "Changed cypress.config to directly store results into test-re…
ravise5 Feb 9, 2023
5e2b415
Merge branch 'dev' into parallelise-tests
ravise5 Feb 9, 2023
d83581b
Print downloaded test metadata for debugging
ravise5 Feb 9, 2023
40d8433
Subfolder structure for saving test results
ravise5 Feb 13, 2023
6011985
Merge branch 'dev' into parallelise-tests
ravise5 Feb 13, 2023
91e296e
Update config.yml
ravise5 Feb 13, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Changed arguments for cypress run
ravise5 committed Dec 1, 2022
commit 42c8303d6acc02bf18fa8f98e831e073925ee3ae
5 changes: 2 additions & 3 deletions ui.tests/pom.xml
Original file line number Diff line number Diff line change
@@ -303,7 +303,7 @@
<skip>${skipTests}</skip>
<executable>npm</executable>
<arguments>
<argument>run --spec ${specFiles}</argument>
<argument>run</argument>
<argument>prereport</argument>
</arguments>
</configuration>
@@ -319,8 +319,7 @@
<executable>${project.basedir}/../frontend-maven-plugin/node/node</executable>
<arguments>
<argument>${project.basedir}/test-module/node_modules/.bin/cypress</argument>
<argument>run</argument>
<argument>run --spec</argument>
<argument>run --spec ${specFiles}</argument>
<argument>--browser</argument>
<argument>chrome</argument>
<argument>--headless</argument>