Skip to content

Commit

Permalink
build:tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
lecaoquochung committed Feb 8, 2025
1 parent 1e9161e commit f7a4fd4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .ci/macos/dependencies/chrome.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Check chrome version
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --version
4 changes: 4 additions & 0 deletions .circleci/job/shared/artifact.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ cp -r coverage artifact/
cp -r recordings artifact/
cp -r swagger artifact/

# log
cp -r *.log artifact/
cp -r *.json artifact/

source_dir="coverage/feature/"
dest_dir="coverage/cucumber/"
timestamp=$(date +"%Y%m%d%H%M%S")
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.env
node_modules
tmp
tmp

# build output
yarn-error.log
2 changes: 1 addition & 1 deletion features/step_definitions/cucumber/selenium.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ options.addArguments('--headless=new'); // Run Chrome in new headless mode
// .setChromeOptions(options)
// .build();

Given('I am on the Google search page', { timeout: 30000 }, async function () {
Given('I am on the Google search page', { timeout: 60000 }, async function () {
try {
// await driver.manage().setTimeouts({ implicit: 3000 });
// await driver.get('https://www.google.com');
Expand Down

0 comments on commit f7a4fd4

Please sign in to comment.