Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

functional tests #401

Merged
merged 8 commits into from
Jul 25, 2016
Merged

functional tests #401

merged 8 commits into from
Jul 25, 2016

Conversation

thabti
Copy link
Contributor

@thabti thabti commented Jul 13, 2016

No description provided.

@@ -7,11 +7,6 @@
"transform-react-display-name"
],
"env": {
"test": {
"plugins": [
"rewire"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we don't have rewire in package.json.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@ahmedre
Copy link
Contributor

ahmedre commented Jul 13, 2016

Deployed to: http://staging.quran.com:32797

@ahmedre
Copy link
Contributor

ahmedre commented Jul 13, 2016

Deployed to: http://staging.quran.com:32798

@ahmedre
Copy link
Contributor

ahmedre commented Jul 13, 2016

Deployed to: http://staging.quran.com:32799

@ahmedre
Copy link
Contributor

ahmedre commented Jul 13, 2016

Deployed to: http://staging.quran.com:32800

@ahmedre
Copy link
Contributor

ahmedre commented Jul 13, 2016

Deployed to: http://staging.quran.com:32801

@ahmedre
Copy link
Contributor

ahmedre commented Jul 13, 2016

Deployed to: http://staging.quran.com:32802

@ahmedre
Copy link
Contributor

ahmedre commented Jul 13, 2016

Deployed to: http://staging.quran.com:32803

@ahmedre
Copy link
Contributor

ahmedre commented Jul 13, 2016

Deployed to: http://staging.quran.com:32804

@ahmedre
Copy link
Contributor

ahmedre commented Jul 13, 2016

Deployed to: http://staging.quran.com:32805

@ahmedre
Copy link
Contributor

ahmedre commented Jul 13, 2016

Deployed to: http://staging.quran.com:32806

@ahmedre
Copy link
Contributor

ahmedre commented Jul 13, 2016

Deployed to: http://staging.quran.com:32807

@ahmedre
Copy link
Contributor

ahmedre commented Jul 13, 2016

Deployed to: http://staging.quran.com:32808

@ahmedre
Copy link
Contributor

ahmedre commented Jul 13, 2016

Deployed to: http://staging.quran.com:32809

- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start
- "export DISPLAY=:99.0"
- "wget http://selenium.googlecode.com/files/selenium-server-standalone-2.31.0.jar"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we already download it via npm

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

node_modules/selenium-server/lib/runner/selenium-server-standalone-2.52.0.jar

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah - it didn't work :( just want to get a running build and then ill refactor it to use the npm module.

@ahmedre
Copy link
Contributor

ahmedre commented Jul 13, 2016

Deployed to: http://staging.quran.com:32810

@ahmedre
Copy link
Contributor

ahmedre commented Jul 13, 2016

Deployed to: http://staging.quran.com:32811

@ahmedre
Copy link
Contributor

ahmedre commented Jul 13, 2016

Deployed to: http://staging.quran.com:32812

@ahmedre
Copy link
Contributor

ahmedre commented Jul 13, 2016

Deployed to: http://staging.quran.com:32813

@ahmedre
Copy link
Contributor

ahmedre commented Jul 13, 2016

Deployed to: http://staging.quran.com:32814

@ahmedre
Copy link
Contributor

ahmedre commented Jul 13, 2016

Deployed to: http://staging.quran.com:32815

@ahmedre
Copy link
Contributor

ahmedre commented Jul 13, 2016

Deployed to: http://staging.quran.com:32816

@ahmedre
Copy link
Contributor

ahmedre commented Jul 13, 2016

Deployed to: http://staging.quran.com:32817

@thabti thabti closed this Jul 13, 2016
@thabti thabti reopened this Jul 14, 2016
@ahmedre
Copy link
Contributor

ahmedre commented Jul 14, 2016

Deployed to: http://staging.quran.com:32818

@ahmedre
Copy link
Contributor

ahmedre commented Jul 23, 2016

Deployed to: http://staging.quran.com:32838

@thabti
Copy link
Contributor Author

thabti commented Jul 23, 2016

@mmahalwy this is ready.

📐 functional tests + fix travis

📐 functional tests + phantomjs

📐 functional tests + trying firefox

functional testing

[test] working state
[test] local and ci functions

[test] local and ci functions

[test] local and ci functions

WIP - allow user to specify browser and use phantomjs v2

Revert "WIP - allow user to specify browser and use phantomjs v2"

This reverts commit 1bb9124.

upgrade webdriverio

WIP remove async/await

linting, and allowing user to select the browser

attempt at using the node_module jar

back to downloading the jar
@ahmedre
Copy link
Contributor

ahmedre commented Jul 24, 2016

Deployed to: http://staging.quran.com:32841

@@ -12,3 +12,4 @@ notifications:
email: false

script: "npm run test:ci:$TEST_SUITE"
script: "npm run test:ci:functional"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i dont think you need this. it is going to run because of the different $TEST_SUITE envs

@ahmedre
Copy link
Contributor

ahmedre commented Jul 24, 2016

Deployed to: http://staging.quran.com:32843

@ahmedre
Copy link
Contributor

ahmedre commented Jul 24, 2016

Deployed to: http://staging.quran.com:32844

@ahmedre
Copy link
Contributor

ahmedre commented Jul 24, 2016

Deployed to: http://staging.quran.com:32845

@ahmedre
Copy link
Contributor

ahmedre commented Jul 24, 2016

Deployed to: http://staging.quran.com:32846

@thabti thabti changed the title 📐 functional tests (wip) functional tests Jul 25, 2016
@ahmedre
Copy link
Contributor

ahmedre commented Jul 25, 2016

Deployed to: http://staging.quran.com:32847

@mmahalwy
Copy link
Contributor

woot!

@mmahalwy mmahalwy merged commit f5ffb29 into quran:master Jul 25, 2016
@thabti
Copy link
Contributor Author

thabti commented Jul 26, 2016

woot!!!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants